export function updateBreakpoint( breakpoint ) { return { type: 'UPDATE_BREAKPOINT', breakpoint, }; }