yogastic/yoga-app/src/app/services/[slug]/page.tsx
2025-05-20 07:46:17 +02:00

7 lines
98 B
TypeScript

export default async function ServiceDetails() {
return (
<h1>hello </h1>
)
}