refactor: reached same app state using vite

This commit is contained in:
2024-01-28 15:56:19 +01:00
parent 9179ab10ac
commit e478837164
27 changed files with 805 additions and 207 deletions

View File

@@ -1,7 +1,7 @@
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App.tsx";
import "./index.css";
import "./index.scss";
ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>