diff --git a/src/design-system/atoms/breakpoints/Breakpoints.ts b/src/design-system/atoms/breakpoints/Breakpoints.ts index 6f77c90..5b0ee40 100644 --- a/src/design-system/atoms/breakpoints/Breakpoints.ts +++ b/src/design-system/atoms/breakpoints/Breakpoints.ts @@ -1,5 +1,3 @@ -// import {} from 'styled-components'; - export const breakpoints = { onTablet: 768, onDesktop: 1024,