w-lab-app/src/app/[locale]/(core)/profile/page.tsx
gofnnp fc01784acb main
add profile path & auth
2025-06-19 20:35:00 +04:00

8 lines
119 B
TypeScript

import ProfilePage from "./Profile";
export default function Profile() {
return (
<ProfilePage />
)
}