list of admins
This commit is contained in:
@@ -45,6 +45,7 @@ import CreateSection from '@/pages/print/Create'
|
||||
import UpdateSection from '@/pages/print/Update'
|
||||
import PrintForm from '@/pages/print/Form'
|
||||
import UsersList from '@/pages/user/List'
|
||||
import AdminList from '@/pages/admin/List'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
return (
|
||||
@@ -90,6 +91,8 @@ const MainRouter: FC = () => {
|
||||
|
||||
<Route path={Paths.users.list} element={<UsersList />} />
|
||||
|
||||
<Route path={Paths.admin.list} element={<AdminList />} />
|
||||
|
||||
<Route path={Paths.features.list} element={<FeaturesList />} />
|
||||
<Route path={Paths.features.create} element={<CreateFeature />} />
|
||||
<Route path={Paths.service.print} element={<PrintService />} />
|
||||
|
||||
Reference in New Issue
Block a user