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

Add indexes to simplify route imports

This commit is contained in:
Bill Thornton 2023-04-17 15:57:21 -04:00
parent 87a8c22298
commit 391d97f30d
6 changed files with 13 additions and 9 deletions

View file

@ -0,0 +1,2 @@
export * from './admin';
export * from './user';