vchikalkin 156c6c51b5 project: use yarn workspaces
(merge branch release/monorepo)
2022-12-20 22:04:45 +03:00

8 lines
94 B
JavaScript

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