mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-13 01:59:37 +00:00
chore: restructure directory
This commit is contained in:
committed by
Carlos Valente
parent
6ffbf2af9d
commit
7dbf64d100
@@ -1,11 +1,11 @@
|
||||
import ProtectRoute from '../../common/components/protect-route/ProtectRoute';
|
||||
|
||||
import CuesheetWrapper from './CuesheetWrapper';
|
||||
import CuesheetPage from './CuesheetPage';
|
||||
|
||||
export default function ProtectedCuesheet() {
|
||||
return (
|
||||
<ProtectRoute permission='operator'>
|
||||
<CuesheetWrapper />
|
||||
<CuesheetPage />
|
||||
</ProtectRoute>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user