mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-27 21:25:50 +00:00
TODO ADDED
This commit is contained in:
@@ -81,25 +81,28 @@ export const RouteLink = [
|
||||
{ path: "banner/learn", Component: BannerLearn },
|
||||
{ path: "banner/learn/add-banner", Component: BannerLearnAdd },
|
||||
{ path: "banner/learn/view/:id", Component: ViewLearnBanner },
|
||||
{ path: "banner/learn/edit/:id", Component: UnderConstruction },
|
||||
{ path: "banner/learn/edit/:id", Component: UnderConstruction }, // TODO LEARN EDIT
|
||||
|
||||
// =============[ build banner ]================
|
||||
{ path: "banner/build", Component: BannerBuild },
|
||||
{ path: "banner/build/add-banner", Component: BannerBuildAdd },
|
||||
{ path: "banner/build/view/:id", Component: BannerBuildView },
|
||||
{ path: "banner/build/edit/:id", Component: UnderConstruction },
|
||||
{ path: "banner/build/edit/:id", Component: UnderConstruction }, // TODO BUILD EDIT
|
||||
|
||||
|
||||
// =============[ news banner ]================
|
||||
{ path: "banner/news", Component: BannerNews },
|
||||
{ path: "banner/news/add-banner", Component: BannerNewsAdd },
|
||||
{ path: "banner/news/view/:id", Component: BannerNewsView },
|
||||
{ path: "banner/news/edit/:id", Component: UnderConstruction },
|
||||
{ path: "banner/news/edit/:id", Component: UnderConstruction }, // TODO BANNER EDIT
|
||||
|
||||
|
||||
// =============[ home banner ]================
|
||||
{ path: "banner/home", Component: HomeBanner },
|
||||
{ path: "banner/home/add-banner", Component: HomeBannerAdd },
|
||||
{ path: "banner/home/view/:id", Component: HomeBannerView },
|
||||
{ path: "banner/home/edit/:id", Component: UnderConstruction },
|
||||
{ path: "banner/home/edit/:id", Component: UnderConstruction }, // TODO BANNER EDIT
|
||||
|
||||
|
||||
// =============[ blog ]================
|
||||
{ path: "/blogs-articles", Component: BlogsAndArticles },
|
||||
@@ -116,6 +119,6 @@ export const RouteLink = [
|
||||
// =============[ events ]================
|
||||
{ path: "/events", Component: Events },
|
||||
{ path: "/events/add-events", Component: AddEvents },
|
||||
{ path: "/events/view/:id", Component: UnderConstruction },
|
||||
{ path: "/events/edit/:id", Component: UnderConstruction },
|
||||
{ path: "/events/view/:id", Component: UnderConstruction }, // TODO EVENT EDIT
|
||||
{ path: "/events/edit/:id", Component: UnderConstruction },// TODO EVENT EDIT
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user