Initialize repo
This commit is contained in:
13
src/app/routes/home.tsx
Normal file
13
src/app/routes/home.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export function HomePage() {
|
||||
return (
|
||||
<div className="flex flex-col gap-4 p-8">
|
||||
<h1 className="text-3xl font-bold tracking-tight">Dashboard</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Welcome to NordicFlow. Select a learning mode to get started.
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
// Necessary for react router to lazy load.
|
||||
export const Component = HomePage
|
||||
Reference in New Issue
Block a user