Next.js 16, React 19, Monaco editor, Anthropic SDK, multi-provider AI, Wandbox Python execution, iframe HTML preview, SQLite auth + session persistence. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import AppShell from '@/components/AppShell';
|
|
|
|
export default function Home() {
|
|
return <AppShell />;
|
|
}
|