webpack-bootstrap-ui-kit/src/js_old/_consts.js

14 lines
276 B
JavaScript
Raw Normal View History

2021-02-08 01:30:14 +01:00
/**
* Add your global events here
*/
2021-08-18 20:51:15 +02:00
import MAP_DRIVER from "./_components/drivers/_map.google";
2021-02-08 01:30:14 +01:00
//import MAP_DRIVER from './_components/drivers/_map.mapbox';
const CONSTS = {
2021-08-18 20:51:15 +02:00
ENVS: ["xs", "sm", "md", "lg", "xl", "xxl", "xxxl"],
2021-02-08 01:30:14 +01:00
MAP_DRIVER,
};
export default CONSTS;