Version 1.0 squash
This commit is contained in:
@@ -6,7 +6,7 @@ import { StrictMode } from "react";
|
||||
import { createRoot } from "react-dom/client";
|
||||
|
||||
/* Route-related */
|
||||
import Routes from "@/routes/Routes";
|
||||
import Routes from "@/routes/routes";
|
||||
|
||||
createRoot(document.getElementById("root")!).render(
|
||||
<StrictMode>
|
||||
|
||||
Reference in New Issue
Block a user