Added shadcn
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user