create attibute value
This commit is contained in:
@@ -32,6 +32,7 @@ import UpdateProduct from '@/pages/product/Update'
|
||||
import CreateAttribute from '@/pages/product/attribute/Create'
|
||||
import AttributeList from '@/pages/product/attribute/List'
|
||||
import UpdateAttribute from '@/pages/product/attribute/Update'
|
||||
import AttributeValues from '@/pages/product/attribute/AttributeValues'
|
||||
|
||||
const MainRouter: FC = () => {
|
||||
return (
|
||||
@@ -55,6 +56,7 @@ const MainRouter: FC = () => {
|
||||
<Route path={Paths.product.attribute.create + ':id'} element={<CreateAttribute />} />
|
||||
<Route path={Paths.product.attribute.list + ':id'} element={<AttributeList />} />
|
||||
<Route path={Paths.product.attribute.update + ':id'} element={<UpdateAttribute />} />
|
||||
<Route path={Paths.product.attributeValue.list + ':id'} element={<AttributeValues />} />
|
||||
<Route path={Paths.product.category.list} element={<CategoryList />} />
|
||||
<Route path={Paths.product.category.create} element={<CreateCategory />} />
|
||||
<Route path={Paths.product.category.update + ':id'} element={<UpdateCategory />} />
|
||||
|
||||
Reference in New Issue
Block a user