feat: tags page
This commit is contained in:
@@ -23,6 +23,7 @@ import Cooperatives from "../Pages/Cooperatives";
|
||||
import CooperativeRanchers from "../Pages/CooperativeRanchers";
|
||||
import SettingsOfUnits from "../Pages/SettingsOfUnits";
|
||||
import Tagging from "../Pages/Tagging";
|
||||
import Tags from "../Pages/Tags";
|
||||
|
||||
export const managementCategoryItems = [
|
||||
{
|
||||
@@ -171,6 +172,16 @@ export const taggingCategoryItems = [
|
||||
path: R.TAGGING,
|
||||
component: Tagging,
|
||||
},
|
||||
{
|
||||
name: "tags",
|
||||
path: R.TAGS,
|
||||
component: Tags,
|
||||
},
|
||||
{
|
||||
name: "tags",
|
||||
path: R.TAGS_BATCH,
|
||||
component: Tags,
|
||||
},
|
||||
];
|
||||
|
||||
export const posCategoryItems = [
|
||||
|
||||
Reference in New Issue
Block a user