create folder structure

This commit is contained in:
DerTyp7
2023-10-09 15:43:34 +02:00
parent f5297a39f8
commit 43f717f9a0
2 changed files with 1 additions and 1 deletions

View File

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