We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8892dd8 commit 1bc9e68Copy full SHA for 1bc9e68
src/main.tsx
@@ -2,7 +2,6 @@ import React from "react";
2
import ReactDOM from "react-dom/client";
3
import App from "./App.tsx";
4
import "./index.css";
5
-import Footer from "./components/Footer.tsx";
6
7
ReactDOM.createRoot(document.getElementById("root")!).render(
8
<React.StrictMode>
0 commit comments