fix: unified display of header

This commit is contained in:
2025-05-18 01:16:17 +02:00
parent 1a447e00bf
commit 8530f703d9
3 changed files with 4 additions and 10 deletions

View File

@@ -2,10 +2,7 @@ import HabitList from '@/components/HabitList'
export default function HabitsPage() {
return (
<div className="flex flex-col gap-4">
<div className="flex justify-end">
{/* <ViewToggle /> */}
</div>
<div className="flex flex-col">
<HabitList />
</div>
)