Skip to content

Commit

Permalink
Step 5.4: Create index for parties with 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 945039d commit 36d3bfc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/imports/app/parties/index.ts
@@ -0,0 +1,5 @@
import { PartiesFormComponent } from './parties-form.component';

export const PARTIES_DECLARATIONS = [
PartiesFormComponent
];

0 comments on commit 36d3bfc

Please sign in to comment.