mirror of
https://github.com/WDI-Ideas/rubix-admin-panel.git
synced 2026-04-27 20:55:49 +00:00
TODO UPDATED
This commit is contained in:
@@ -50,9 +50,9 @@ export const RouteLink = [
|
||||
|
||||
|
||||
{ path: "/videos", Component: Videos },
|
||||
{ path: "videos/add-videos", Component: UnderConstruction },
|
||||
{ path: "videos/view/:id", Component: UnderConstruction },
|
||||
{ path: "videos/edit/:id", Component: UnderConstruction },
|
||||
{ path: "videos/add-videos", Component: UnderConstruction }, // TODO ADD VIDEOS
|
||||
{ path: "videos/view/:id", Component: UnderConstruction }, // TODO VIEW VIDEOS
|
||||
{ path: "videos/edit/:id", Component: UnderConstruction }, // TODO EDIT VIDEOS
|
||||
|
||||
{ path: "/whitepaper", Component: Whitepapers },
|
||||
{ path: "whitepaper/add-whitepaper", Component: AddWhitepapers },
|
||||
|
||||
Reference in New Issue
Block a user