Files
latosa-escrima/frontend/app/(main)/about/page.tsx
2025-01-14 13:54:03 +01:00

17 lines
202 B
TypeScript

"use server"
export default async function About() {
return (
<div>
<div>
About us
will :
+explain what we
+pricing
+plannign for what will come next
</div>
</div>
)
}