This commit is contained in:
marshennikovaolga
2024-08-27 18:05:24 +03:00
parent 89df28fb6a
commit db49f88a7e
4 changed files with 27 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
import SettingsRoute from "@/components/routes/SettingsRoute"
export default function ProfilePage() {
return <SettingsRoute />
}