Skip to content

Commit

Permalink
routy opravovania pre Matik a Malynar (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrembecky authored Aug 28, 2024
1 parent fab06e5 commit 2ec9fe3
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/malynar/admin/opravit-ulohu/[[...params]].tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {NextPage} from 'next'

import Page from '../../../strom/admin/opravit-ulohu/[[...params]]'

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

export default ProblemAdministration
9 changes: 9 additions & 0 deletions src/pages/malynar/admin/opravovanie/[[...params]].tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {NextPage} from 'next'

import Page from '../../../strom/admin/opravovanie/[[...params]]'

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

export default SemesterAdmnistration
9 changes: 9 additions & 0 deletions src/pages/matik/admin/opravit-ulohu/[[...params]].tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {NextPage} from 'next'

import Page from '../../../strom/admin/opravit-ulohu/[[...params]]'

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

export default ProblemAdministration
9 changes: 9 additions & 0 deletions src/pages/matik/admin/opravovanie/[[...params]].tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import {NextPage} from 'next'

import Page from '../../../strom/admin/opravovanie/[[...params]]'

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

export default SemesterAdmnistration

0 comments on commit 2ec9fe3

Please sign in to comment.