skalara-web/app/page.tsx
Christopher Arraya 299b5c4001 initial commit
2023-07-26 16:40:21 -04:00

8 lines
170 B
TypeScript

export default function Home() {
return (
<main className="flex min-h-screen flex-col justify-center items-center">
<h1>Hello, World!</h1>
</main>
);
}