m3-academy-template-vtexio/custom/react/utils/breakPoints.ts
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

8 lines
116 B
TypeScript

const breakPoints: any = {
"phone": 576,
"tablet": 768,
"desktop": 1024
};
export default breakPoints;