diff --git a/client/imports/app/mobile/index.ts b/client/imports/app/mobile/index.ts new file mode 100644 index 000000000..b92e84861 --- /dev/null +++ b/client/imports/app/mobile/index.ts @@ -0,0 +1,5 @@ +import {AppMobileComponent} from "./app.component.mobile"; + +export const MOBILE_DECLARATIONS = [ + AppMobileComponent +]; \ No newline at end of file