File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const NotepadPage = lazy(() => import('../pages/apps/NotepadPage'));
7878const PinnedAppPage = lazy ( ( ) => import ( '../pages/PinnedAppPage' ) ) ;
7979const SettingsPage = lazy ( ( ) => import ( '../pages/SettingsPage' ) ) ;
8080const TimelinePage = lazy ( ( ) => import ( '../pages/TimelinePage' ) ) ;
81- const UsefulLinksPage = lazy ( ( ) => import ( '../pages/UsefulLinksPage ' ) ) ;
81+ const RandomPage = lazy ( ( ) => import ( '../pages/RandomPage ' ) ) ;
8282const NotebooksPage = lazy ( ( ) => import ( '../pages/notebooks/NotebooksPage' ) ) ;
8383const NotebookViewerPage = lazy ( ( ) => import ( '../pages/notebooks/NotebookViewerPage' ) ) ;
8484const NewsPage = lazy ( ( ) => import ( '../pages/NewsPage' ) ) ;
@@ -403,7 +403,7 @@ function AnimatedRoutes() {
403403 variants = { pageVariants }
404404 transition = { pageTransition }
405405 >
406- < UsefulLinksPage />
406+ < RandomPage />
407407 </ motion . div >
408408 }
409409 />
@@ -1464,4 +1464,4 @@ function AnimatedRoutes() {
14641464 ) ;
14651465}
14661466
1467- export default AnimatedRoutes ;
1467+ export default AnimatedRoutes ;
You can’t perform that action at this time.
0 commit comments