Added shadcn

This commit is contained in:
Kenan Alić
2025-09-23 20:33:56 +02:00
parent b1394e0bdb
commit b8917772f0
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>