Skip to content

Commit a916399

Browse files
committed
Fix imports
1 parent d78f7c4 commit a916399

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/a2t-ui/a2t-ui.routes.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import { Routes, RouterModule } from '@angular/router';
22
import { Angular2TokenService } from '../angular2-token.service';
33

4-
import {
5-
A2tUiComponent,
6-
A2tSignInComponent,
7-
A2tSignUpComponent,
8-
A2tResetPasswordComponent,
9-
A2tUpdatePasswordComponent
10-
} from './';
4+
import { A2tUiComponent } from './a2t-ui.component';
5+
import { A2tSignInComponent } from './a2t-sign-in/a2t-sign-in.component';
6+
import { A2tSignUpComponent } from './a2t-sign-up/a2t-sign-up.component';
7+
import { A2tResetPasswordComponent } from './a2t-reset-password/a2t-reset-password.component';
8+
import { A2tUpdatePasswordComponent } from './a2t-update-password/a2t-update-password.component';
119

1210
const routes: Routes = [{
1311
path: 'session',

0 commit comments

Comments
 (0)