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

Update async route exports

This commit is contained in:
Bill Thornton 2022-11-01 16:47:09 -04:00
parent 2bc3bc8a93
commit 741927bcad
2 changed files with 4 additions and 3 deletions

View file

@ -17,3 +17,6 @@ export const toAsyncPageRoute = (route: AsyncRoute) => (
element={<AsyncPage page={route.page} />}
/>
);
export * from './admin';
export * from './user';