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

8 lines
95 B
JavaScript

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