You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
265 B

  1. import { makeInstaller } from './make-installer.mjs';
  2. import Components from './component.mjs';
  3. import Plugins from './plugin.mjs';
  4. var installer = makeInstaller([...Components, ...Plugins]);
  5. export { installer as default };
  6. //# sourceMappingURL=defaults.mjs.map