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

13 lines
191 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>
);
}