window.components = {};
let componentNames = Object.keys(componentMapping);
-initAll();
/**
* Initialize components of the given name within the given element.
}
}
-window.components.init = initAll;
\ No newline at end of file
+window.components.init = initAll;
+
+export default initAll;
\ No newline at end of file