add header component

This commit is contained in:
DerTyp7
2023-10-09 16:11:08 +02:00
parent 43f717f9a0
commit 448a4f137f
7 changed files with 81 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./pages/App.tsx";
import App from "./App.tsx";
import "@styles/index.scss";
ReactDOM.createRoot(document.getElementById("root")!).render(