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

extract AppInfo into a export const

This commit is contained in:
vitorsemeano 2020-10-12 22:17:25 +01:00
parent e0abc4d386
commit 4e88835382
6 changed files with 16 additions and 8 deletions

View file

@ -8,6 +8,7 @@ import itemHelper from './itemHelper';
import loading from './loading/loading';
import page from 'page';
import viewManager from './viewManager/viewManager';
import AppInfo from './AppInfo';
class AppRouter {
allRoutes = [];