Skip to content

Commit

Permalink
Step 23.23: Added PartiesListMobile component to the index file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 91f53d6 commit d7ef8fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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
];

0 comments on commit d7ef8fc

Please sign in to comment.