chore: restructure directory

This commit is contained in:
Carlos Valente
2024-12-10 14:44:48 +01:00
committed by Carlos Valente
parent 6ffbf2af9d
commit 7dbf64d100
12 changed files with 58 additions and 55 deletions
@@ -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>
);
}