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