mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-21 18:34:28 +03:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
|
/*
|
||
|
* This is the iife compilation entry point - only used for the build.
|
||
|
*/
|
||
|
import 'babel-polyfill/dist/polyfill'
|
||
|
import './index'
|