Files
DetnalCare/app/(main)/profile/page.tsx
Iliyan Angelov 39077550ef Dental Care
2025-11-16 14:29:51 +02:00

9 lines
139 B
TypeScript

import {Metadata} from "next"
export const metadata: Metadata = {
title: "Profile",
};
export default function Profile (){
return
}