import Layout from '@/components/Layout' import HabitList from '@/components/HabitList' export default function HabitsPage() { return ( ) }