From be3f5927b7bf1fbc2815c5fff21d2df4a3537e85 Mon Sep 17 00:00:00 2001 From: matushl Date: Sat, 11 Nov 2023 12:28:41 +0100 Subject: [PATCH] Add pages for Matik and Malynar --- src/pages/malynar/profil/index.tsx | 12 ++++++++++++ src/pages/matik/profil/index.tsx | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/pages/malynar/profil/index.tsx create mode 100644 src/pages/matik/profil/index.tsx diff --git a/src/pages/malynar/profil/index.tsx b/src/pages/malynar/profil/index.tsx new file mode 100644 index 00000000..96b9940f --- /dev/null +++ b/src/pages/malynar/profil/index.tsx @@ -0,0 +1,12 @@ +import {NextPage} from 'next' + +import {PageLayout} from '@/components/PageLayout/PageLayout' +import {ProfileDetail} from '@/components/Profile/ProfileDetail' + +const Profil: NextPage = () => ( + + + +) + +export default Profil diff --git a/src/pages/matik/profil/index.tsx b/src/pages/matik/profil/index.tsx new file mode 100644 index 00000000..96b9940f --- /dev/null +++ b/src/pages/matik/profil/index.tsx @@ -0,0 +1,12 @@ +import {NextPage} from 'next' + +import {PageLayout} from '@/components/PageLayout/PageLayout' +import {ProfileDetail} from '@/components/Profile/ProfileDetail' + +const Profil: NextPage = () => ( + + + +) + +export default Profil