| export const BREAKPOINTS = { | |
| tabletUp: '(min-width: 768px)', | |
| desktopUp: '(min-width: 1024px)', | |
| largeDesktopUp: '(min-width: 1680px)', | |
| documentUp: '(min-width: 1200px)', | |
| } | |
| export const BREAKPOINTS = { | |
| tabletUp: '(min-width: 768px)', | |
| desktopUp: '(min-width: 1024px)', | |
| largeDesktopUp: '(min-width: 1680px)', | |
| documentUp: '(min-width: 1200px)', | |
| } | |