diff --git a/client/imports/app/mobile/index.ts b/client/imports/app/mobile/index.ts index b92e84861..e6203fc64 100644 --- a/client/imports/app/mobile/index.ts +++ b/client/imports/app/mobile/index.ts @@ -1,5 +1,7 @@ import {AppMobileComponent} from "./app.component.mobile"; +import {PartiesListMobileComponent} from "./parties-list.component.mobile"; export const MOBILE_DECLARATIONS = [ - AppMobileComponent + AppMobileComponent, + PartiesListMobileComponent ]; \ No newline at end of file