Frontend/src/app/page.tsx
Liam d1f6ff79a7
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 1m8s
initial commit
2024-04-14 17:45:04 +01:00

8 lines
90 B
TypeScript

export default function Home() {
return (
<main>
<p>hi</p>
</main>
);
}