We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1281c9c commit 63c3926Copy full SHA for 63c3926
2 files changed
src/App.tsx
@@ -1,5 +1,3 @@
1
-import "./App.css";
2
-
3
function App() {
4
return <h1>Code Café Community</h1>;
5
}
src/main.tsx
@@ -1,7 +1,6 @@
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { BrowserRouter } from "react-router";
-import "./index.css";
import App from "./App.tsx";
6
7
const root = document.getElementById("root");
0 commit comments