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

@@ -3,7 +3,7 @@ import { Router, Switch, Route } from "wouter";
import { useHashLocation } from "wouter/use-hash-location";
/* Routes */
import NotFound from "./NotFound";
import NotFound from "@/routes/NotFound";
const RootRouter = () => (
<Router hook={useHashLocation}>