zepio/app/constants/themes.js

5 lines
68 B
JavaScript
Raw Normal View History

2018-11-28 14:00:40 -08:00
// @flow
export const LIGHT = 'light';
export const DARK = 'dark';