File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import {
99 A2tSharedModule ,
1010} from './' ;
1111
12- export { A2tSignInComponent } from './a2t-sign-in/a2t-sign-in.component' ;
13- export { A2tSignUpComponent } from './a2t-sign-up/a2t-sign-up.component' ;
14- export { A2tResetPasswordComponent } from './a2t-reset-password/a2t-reset-password.component' ;
15- export { A2tUpdatePasswordComponent } from './a2t-update-password/a2t-update-password.component' ;
12+ import { A2tSignInComponent } from './a2t-sign-in/a2t-sign-in.component' ;
13+ import { A2tSignUpComponent } from './a2t-sign-up/a2t-sign-up.component' ;
14+ import { A2tResetPasswordComponent } from './a2t-reset-password/a2t-reset-password.component' ;
15+ import { A2tUpdatePasswordComponent } from './a2t-update-password/a2t-update-password.component' ;
1616
1717@NgModule ( {
1818 imports : [
You can’t perform that action at this time.
0 commit comments