import { Breakpoint } from './interfaces' export const THEME_REDUCER_KEY = 'theme' export const BREAKPOINTS: Breakpoint[] = ['xs', 'sm', 'md', 'lg']