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

5 lines
80 B
TypeScript

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