This commit is contained in:
2025-12-21 14:31:52 +01:00
parent b1541f8777
commit 09cea85970

View File

@ -0,0 +1,8 @@
export default function Home() {
return (
<div>
Home
</div>
);
}