export const mediaRule = { mobileS: '320px', mobileM: '375px', mobileL: '425px', tablet: '768px', laptop: '1024px', desktop: '1440px', }; export const theme = { primary: '', secondary: '', };