Version 1.0 squash

This commit is contained in:
Kenan Alić
2025-10-21 18:45:02 +02:00
parent 7536290f23
commit d1784542d3
30 changed files with 2534 additions and 15 deletions

View File

@@ -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>