From c84c2443ec63fa6122969b50469cd20b0a0b02bf Mon Sep 17 00:00:00 2001 From: siddheshmorewdi Date: Fri, 17 May 2024 20:18:08 +0530 Subject: [PATCH] TODO UPDATED --- src/Routes/Routes.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Routes/Routes.js b/src/Routes/Routes.js index ca31295..6f2aaa9 100644 --- a/src/Routes/Routes.js +++ b/src/Routes/Routes.js @@ -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 },