mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
refactor(help): co-locate help page into features/help; pages/ now empty
This commit is contained in:
@@ -29,8 +29,8 @@ const PlaylistDetail = lazy(() => import('@/features/playlist/pages/PlaylistDeta
|
||||
const NowPlayingPage = lazy(() => import('@/features/nowPlaying/pages/NowPlaying'));
|
||||
const Settings = lazy(() => import('@/features/settings/pages/Settings'));
|
||||
const Statistics = lazy(() => import('@/features/stats/pages/Statistics'));
|
||||
const Help = lazy(() => import('../pages/Help'));
|
||||
const WhatsNew = lazy(() => import('../pages/WhatsNew'));
|
||||
const Help = lazy(() => import('@/features/help/pages/Help'));
|
||||
const WhatsNew = lazy(() => import('@/features/whatsNew/pages/WhatsNew'));
|
||||
const DeviceSync = lazy(() => import('@/features/deviceSync/pages/DeviceSync'));
|
||||
const OfflineLibrary = lazy(() => import('@/features/offline/pages/OfflineLibrary'));
|
||||
const LabelAlbums = lazy(() => import('@/features/album/pages/LabelAlbums'));
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Help feature — the static help / usage-guide page (keyboard shortcuts, tips,
|
||||
* FAQ). The page is lazy-loaded by the router via its deep path, so it is not
|
||||
* re-exported here; it has no other module surface.
|
||||
*/
|
||||
export {};
|
||||
Reference in New Issue
Block a user