Explorar o código

add LibraryNotifications

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
0053f3be11
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      dashboard/src/Router.tsx

+ 6 - 1
dashboard/src/Router.tsx

@@ -75,6 +75,9 @@ import LibrarySearchKey from "./pages/library/search/search";
 import LibraryDownload from "./pages/library/download";
 import LibraryDownload from "./pages/library/download";
 import LibraryDownloadPage from "./pages/library/download/Download";
 import LibraryDownloadPage from "./pages/library/download/Download";
 
 
+import LibraryNotifications from "./pages/library/notifications";
+import LibraryNotificationsList from "./pages/library/notifications/list";
+
 import Studio from "./pages/studio";
 import Studio from "./pages/studio";
 import StudioHome from "./pages/studio/home";
 import StudioHome from "./pages/studio/home";
 
 
@@ -186,7 +189,9 @@ const Widget = () => {
         <Route path="community" element={<LibraryCommunity />}>
         <Route path="community" element={<LibraryCommunity />}>
           <Route path="list" element={<LibraryCommunityList />} />
           <Route path="list" element={<LibraryCommunityList />} />
         </Route>
         </Route>
-
+        <Route path="notifications" element={<LibraryNotifications />}>
+          <Route path="list" element={<LibraryNotificationsList />} />
+        </Route>
         <Route path="palicanon" element={<LibraryPalicanon />}>
         <Route path="palicanon" element={<LibraryPalicanon />}>
           <Route path="list" element={<LibraryPalicanonByPath />} />
           <Route path="list" element={<LibraryPalicanonByPath />} />
           <Route path="list/:root" element={<LibraryPalicanonByPath />} />
           <Route path="list/:root" element={<LibraryPalicanonByPath />} />