Skip to content

Commit 1bc9e68

Browse files
author
Alexander Engström
committed
Removed unused import
1 parent 8892dd8 commit 1bc9e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import React from "react";
22
import ReactDOM from "react-dom/client";
33
import App from "./App.tsx";
44
import "./index.css";
5-
import Footer from "./components/Footer.tsx";
65

76
ReactDOM.createRoot(document.getElementById("root")!).render(
87
<React.StrictMode>

0 commit comments

Comments
 (0)