mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Refactor asyncRouteType to appType
This commit is contained in:
parent
0d9b2cf276
commit
93ef17a132
5 changed files with 38 additions and 39 deletions
8
src/constants/appType.ts
Normal file
8
src/constants/appType.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* App types represented in src/apps.
|
||||
*/
|
||||
export enum AppType {
|
||||
Dashboard = 'dashboard',
|
||||
Experimental = 'experimental',
|
||||
Stable = 'stable'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue