mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
10 lines
178 B
TypeScript
10 lines
178 B
TypeScript
import Layout from '@/components/Layout'
|
|
import HabitCalendar from '@/components/HabitCalendar'
|
|
|
|
export default function CalendarPage() {
|
|
return (
|
|
<HabitCalendar />
|
|
)
|
|
}
|
|
|