1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Move public pages to react-router

This commit is contained in:
Bill Thornton 2023-03-01 09:35:21 -05:00
parent 5cb92899e0
commit b3195991a3
6 changed files with 90 additions and 126 deletions

View file

@ -21,4 +21,5 @@ export function toViewManagerPageRoute(route: LegacyRoute) {
}
export * from './admin';
export * from './public';
export * from './user';