Skip to content

Commit

Permalink
Step 19.21: Create the index file for auth component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent e1d3764 commit b9f38de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/imports/app/auth/index.ts
@@ -0,0 +1,5 @@
import {LoginComponent} from "./login.component";

export const AUTH_DECLARATIONS = [
LoginComponent
];

0 comments on commit b9f38de

Please sign in to comment.