import { Route, Switch } from "wouter"; import { ProtectedRoute } from "./components"; import { HomePage, LoginPage, NotFoundPage } from "./pages"; export function App() { return ( ); }