File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11import { Routes , RouterModule } from '@angular/router' ;
22import { 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
1210const routes : Routes = [ {
1311 path : 'session' ,
You can’t perform that action at this time.
0 commit comments