dcat-bootstrap.js 98 B

123456
  1. import Dcat from './dcat'
  2. window.CreateDcat = function(config) {
  3. return new Dcat(config)
  4. };