update section
This commit is contained in:
@@ -42,6 +42,7 @@ import NewOrder from '@/pages/order/NewOrder'
|
||||
import EditOrder from '@/pages/order/EditOrder'
|
||||
import SectionList from '@/pages/print/List'
|
||||
import CreateSection from '@/pages/print/Create'
|
||||
import UpdateSection from '@/pages/print/Update'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
return (
|
||||
@@ -82,6 +83,7 @@ const MainRouter: FC = () => {
|
||||
|
||||
<Route path={Paths.print.list} element={<SectionList />} />
|
||||
<Route path={Paths.print.create} element={<CreateSection />} />
|
||||
<Route path={Paths.print.update + ':id'} element={<UpdateSection />} />
|
||||
|
||||
<Route path={Paths.features.list} element={<FeaturesList />} />
|
||||
<Route path={Paths.features.create} element={<CreateFeature />} />
|
||||
|
||||
Reference in New Issue
Block a user