Files
SculptedArcWebSite/app/contact/page.tsx
2026-05-22 07:24:00 +01:00

5 lines
79 B
TypeScript

export default function Page() {
return (
<h1>contact page</h1>
)
}