import { Container } from 'inversify'; // dynamic loading component module at compile time export const container: Promise = Promise.resolve(new Container());