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

Migrate all admin routes to react router

This commit is contained in:
Bill Thornton 2022-11-02 01:21:02 -04:00
parent e64e4ce355
commit 6780bfc794
4 changed files with 201 additions and 254 deletions

View file

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