Skip to content

Commit

Permalink
Step 6.5: Add PartiesList to parties declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent d50763f commit 9708372
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/parties/index.ts
@@ -1,5 +1,7 @@
import { PartiesFormComponent } from './parties-form.component';
import { PartiesListComponent } from './parties-list.component';

export const PARTIES_DECLARATIONS = [
PartiesFormComponent
PartiesFormComponent,
PartiesListComponent
];

0 comments on commit 9708372

Please sign in to comment.