Skip to content

Commit 63c3926

Browse files
committed
Remove unneeded imports
1 parent 1281c9c commit 63c3926

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/App.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import "./App.css";
2-
31
function App() {
42
return <h1>Code Café Community</h1>;
53
}

src/main.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { StrictMode } from "react";
22
import { createRoot } from "react-dom/client";
33
import { BrowserRouter } from "react-router";
4-
import "./index.css";
54
import App from "./App.tsx";
65

76
const root = document.getElementById("root");

0 commit comments

Comments
 (0)