mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
9 lines
117 B
TypeScript
9 lines
117 B
TypeScript
import Dashboard from '@/components/Dashboard'
|
|
|
|
export default function Home() {
|
|
return (
|
|
<Dashboard />
|
|
)
|
|
}
|
|
|