sandbox-web-ide/app/page.tsx

6 lines
128 B
TypeScript
Raw Normal View History

2024-03-19 12:13:18 -04:00
export default function Home() {
return (
<div className="w-screen flex flex-col h-screen bg-background">test</div>
2024-04-06 19:03:04 -04:00
)
2024-03-19 12:13:18 -04:00
}