Skip to content

Commit

Permalink
Step 19.29: Added the recover 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 5e66ae0 commit ddce40c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/auth/index.ts
@@ -1,7 +1,9 @@
import {LoginComponent} from "./login.component";
import {SignupComponent} from "./signup.component";
import {RecoverComponent} from "./recover.component";

export const AUTH_DECLARATIONS = [
LoginComponent,
SignupComponent
SignupComponent,
RecoverComponent
];

0 comments on commit ddce40c

Please sign in to comment.