← back to Freddy

app/page.tsx

6 lines

import AppShell from '@/components/AppShell';

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