UNPKG

179 BJavaScriptView Raw
1import { AkteApp } from "./AkteApp.js";
2const defineAkteApp = (config) => {
3 return new AkteApp(config);
4};
5export {
6 defineAkteApp
7};
8//# sourceMappingURL=defineAkteApp.js.map