Added shadcn

This commit is contained in:
Kenan Alić
2025-09-23 20:33:56 +02:00
parent 08e6b09d43
commit 673a80485f
10 changed files with 242 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
/* Route-related */
import RootRouter from "./routes/RootRouter";
import RootRouter from "@/routes/RootRouter";
createRoot(document.getElementById("root")!).render(
<StrictMode>