// @ts-nocheck
// @ts-ignore
import { loadTranslationBundles } from 'bootstrap';

(async () => {
  await loadTranslationBundles();
  import('./__ROOT_MODULE__');
})();
