roles list
This commit is contained in:
@@ -19,6 +19,7 @@ import CommentsList from '@/pages/comments/List'
|
||||
import CommentsDetails from '@/pages/comments/Details'
|
||||
import ScheduleList from '@/pages/schedule/List'
|
||||
import CreateSchedule from '@/pages/schedule/Create'
|
||||
import RolesList from '@/pages/roles/List'
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
const { hasSubMenu } = useSharedStore()
|
||||
@@ -49,6 +50,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.comments.detail + ':id'} element={<CommentsDetails />} />
|
||||
<Route path={Pages.schedule.list} element={<ScheduleList />} />
|
||||
<Route path={Pages.schedule.create} element={<CreateSchedule />} />
|
||||
<Route path={Pages.roles.list} element={<RolesList />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user