Page Category
This commit is contained in:
@@ -8,6 +8,7 @@ import {Profile} from "../pages/Profile/Profile";
|
||||
import {Commission} from "../pages/Config/Commission";
|
||||
import {Partner} from "../pages/Config/Partner";
|
||||
import {Supplier} from "../pages/Config/Supplier";
|
||||
import {Category} from "../pages/Product/Category";
|
||||
|
||||
|
||||
export const LINKS = {
|
||||
@@ -20,6 +21,7 @@ export const LINKS = {
|
||||
PARTNER: "/app/partner",
|
||||
COMMISSION: "/app/commission",
|
||||
SUPPLIER: "/app/supplier",
|
||||
CATEGORY: "/app/category",
|
||||
|
||||
};
|
||||
|
||||
@@ -31,6 +33,9 @@ export const AppRoute = () => {
|
||||
<Route path={LINKS.COMMISSION}>
|
||||
<Commission/>
|
||||
</Route>
|
||||
<Route path={LINKS.CATEGORY}>
|
||||
<Category/>
|
||||
</Route>
|
||||
<Route path={LINKS.SUPPLIER}>
|
||||
<Supplier/>
|
||||
</Route>
|
||||
|
||||
Reference in New Issue
Block a user