↖Chapter 17 · Clerk React Router Patterns
17.7Subchapter 17.7
Also bundled
templates/react-router-basic-auth/app/routes/home.tsx
TypeScript·3 lines·57 B
1export default function Home() { 2 return <h1>Home</h1> 3}