mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 10:13:48 +02:00
feat: add dashboard
This commit is contained in:
3
src/shared/constants/dashboard.js
Normal file
3
src/shared/constants/dashboard.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const DASHBOARD_STORAGE_KEY = 'VRCX_dashboardConfigs';
|
||||
export const DASHBOARD_NAV_KEY_PREFIX = 'dashboard-';
|
||||
export const DEFAULT_DASHBOARD_ICON = 'ri-dashboard-line';
|
||||
@@ -13,3 +13,4 @@ export * from './link';
|
||||
export * from './ui';
|
||||
export * from './accessType';
|
||||
export * from './tags';
|
||||
export * from './dashboard';
|
||||
|
||||
Reference in New Issue
Block a user