users of list
This commit is contained in:
@@ -44,6 +44,7 @@ import SectionList from '@/pages/print/List'
|
||||
import CreateSection from '@/pages/print/Create'
|
||||
import UpdateSection from '@/pages/print/Update'
|
||||
import PrintForm from '@/pages/print/Form'
|
||||
import UsersList from '@/pages/user/List'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
return (
|
||||
@@ -87,6 +88,8 @@ const MainRouter: FC = () => {
|
||||
<Route path={Paths.print.update + ':id'} element={<UpdateSection />} />
|
||||
<Route path={Paths.print.form + ':itemId/:orderId'} element={<PrintForm />} />
|
||||
|
||||
<Route path={Paths.users.list} element={<UsersList />} />
|
||||
|
||||
<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