2022-04-20 23:05:45 +03:00

6 lines
92 B
JavaScript

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