Skip to content

Commit

Permalink
Step 23.9: Created index file for mobile declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent 9efdef6 commit 6f58f8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/imports/app/mobile/index.ts
@@ -0,0 +1,5 @@
import {AppMobileComponent} from "./app.component.mobile";

export const MOBILE_DECLARATIONS = [
AppMobileComponent
];

0 comments on commit 6f58f8c

Please sign in to comment.