category attibute
This commit is contained in:
@@ -10,6 +10,7 @@ import List from '../pages/category/List'
|
||||
import Update from '../pages/category/Update'
|
||||
import { Pages } from '../config/Pages'
|
||||
import Variant from '../pages/category/Variant'
|
||||
import Attributes from '../pages/category/Attributes'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
|
||||
@@ -32,6 +33,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Pages.category.list} element={<List />} />
|
||||
<Route path={`${Pages.category.update}:id`} element={<Update />} />
|
||||
<Route path={`${Pages.category.variant}:id`} element={<Variant />} />
|
||||
<Route path={`${Pages.category.attributes}:id`} element={<Attributes />} />
|
||||
</Routes>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user