mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-06 07:45:34 +00:00
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
export enum SESSION_KEY {
|
|
viewPort = 'viewPort',
|
|
windows = 'windows',
|
|
routes = 'routes',
|
|
}
|
|
|
|
export const GRADIENT_MENU_ACTIVE_CLASSES = 'bg-gradient-to-br from-transparent/10 to-fuchsia-300/10';
|