tethys.backend/resources/js/config.ts
Arno Kaimbacher a29865b781
Some checks failed
CI Pipeline / japa-tests (push) Failing after 58s
- renamings to the new naming convetion for adonisjs version 6
- npm updates
2024-04-29 11:25:50 +02:00

6 lines
130 B
TypeScript

export const darkModeKey = 'darkMode';
export const styleKey = 'style';
export const containerMaxW = 'xl:max-w-6xl xl:mx-auto';