/* Wouter */ import { Router, Switch, Route } from "wouter"; import { useHashLocation } from "wouter/use-hash-location"; /* Routes */ import NotFound from "@/routes/NotFound"; const RootRouter = () => ( {/* Fallback (eg. 'Not Found / 404') */} ); export default RootRouter;