import { Router, Route, Switch } from "wouter-preact"; import PostPage from "$pages/blog/post"; import HomeTimeline from "$pages/timeline/home"; export default function AppRouter() { return ( <> {/* Posts */} {/* User timelines */} Replies! Media! User! {/* Home */} Local timeline Global timeline Notifications ); }