2022-12-20 11:33:18 +03:00

8 lines
94 B
JavaScript

import { breakpoints } from './mq';
const theme = {
breakpoints,
};
export default theme;