import { MvcApplication } from '@mvx/mvc';
import { AppModule } from './AppModule';

MvcApplication.run(AppModule);
