2022-12-20 20:08:55 +03:00

8 lines
94 B
JavaScript

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