Skip to content

Commit d78f7c4

Browse files
committed
Fix imports for angular-cli
1 parent 1bec577 commit d78f7c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/a2t-ui/a2t-ui.module.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: [

0 commit comments

Comments
 (0)