ยฉ 2026 Hedgehog Software, LLC
index.tsx
<Router> <Routes> <Route path="/" component={MainAppPage} /> <Route path="/link" component={LinkPage} /> <Route path="*" element={<p>not found</p>} /> </Routes> </Router>
MainAppPage
<A href="/link">Link account</A>