design page specialdays & workingdays & turns & add modal working day
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import TurnsPage from '@/components/panel/turns'
|
||||
import Information from '@/data/information.json';
|
||||
|
||||
function page() {
|
||||
return (
|
||||
<TurnsPage data={Information} />
|
||||
)
|
||||
}
|
||||
|
||||
export default page
|
||||
Reference in New Issue
Block a user