initial commit

This commit is contained in:
2026-05-22 07:24:00 +01:00
parent 0947645601
commit ca60b38c85
16 changed files with 420 additions and 58 deletions

5
app/plans/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
export default function Page() {
return (
<h1>plans page</h1>
)
}