Skip to content

Commit

Permalink
Step 22.14: Added MobileLoginComponent to the index file
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent 9517c0c commit 9d9918d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/auth/index.ts
@@ -1,9 +1,11 @@
import {LoginComponent} from "./login.component.web";
import {SignupComponent} from "./signup.component";
import {RecoverComponent} from "./recover.component";
import {MobileLoginComponent} from "./login.component.mobile";

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

0 comments on commit 9d9918d

Please sign in to comment.