import { AppShell } from '@/components/layout/AppShell'

export default function Home() {
  return <AppShell />
}
