Skip to content

Commit

Permalink
Add pages for Matik and Malynar
Browse files Browse the repository at this point in the history
  • Loading branch information
Matushl committed Nov 11, 2023
1 parent a23fb71 commit 1ef4400
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/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {NextPage} from 'next'

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

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

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

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

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

export default Vysledky

0 comments on commit 1ef4400

Please sign in to comment.