Skip to content

Commit

Permalink
Added edit profile pages to Matik and Malynar (#352)
Browse files Browse the repository at this point in the history
* Added edit profile pages to Matik and Malynar

* Changed page imports
  • Loading branch information
vgeffer authored Apr 13, 2024
1 parent 2c79fbd commit 3b255fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/malynar/profil/uprava.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {NextPage} from 'next'

import Page from '../../strom/profil/uprava'

const Profil: NextPage = () => {
return <Page />
}

export default Profil
9 changes: 9 additions & 0 deletions src/pages/matik/profil/uprava.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {NextPage} from 'next'

import Page from '../../strom/profil/uprava'

const Profil: NextPage = () => {
return <Page />
}

export default Profil

0 comments on commit 3b255fd

Please sign in to comment.