mock pricing page

This commit is contained in:
2026-01-27 16:42:43 +00:00
parent 4c2ec86639
commit 75168762b8
3 changed files with 152 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ import Issues from "@/pages/Issues";
import Landing from "@/pages/Landing";
import Login from "@/pages/Login";
import NotFound from "@/pages/NotFound";
import Pricing from "@/pages/Pricing";
import Test from "@/pages/Test";
import Timeline from "@/pages/Timeline";
@@ -27,6 +28,7 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
{/* public routes */}
<Route path="/" element={<Landing />} />
<Route path="/font" element={<Font />} />
<Route path="/pricing" element={<Pricing />} />
<Route path="/login" element={<Login />} />
{/* authed routes */}