DashboardPage.tsx (94B)
1 2 export default function DashboardPage() { 3 4 return ( 5 <> 6 <p>Authenticated</p> 7 </> 8 ); 9 }