TODO UPDATED

This commit is contained in:
2024-05-17 20:18:08 +05:30
parent 970294f4ba
commit c84c2443ec

View File

@@ -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 },