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:
parent
2bc3bc8a93
commit
741927bcad
2 changed files with 4 additions and 3 deletions
|
@ -17,3 +17,6 @@ export const toAsyncPageRoute = (route: AsyncRoute) => (
|
|||
element={<AsyncPage page={route.page} />}
|
||||
/>
|
||||
);
|
||||
|
||||
export * from './admin';
|
||||
export * from './user';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue