File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
55import { HttpClient , HttpClientModule , HTTP_INTERCEPTORS } from '@angular/common/http' ;
66import { AppRoutingModule } from './app-routing.module' ;
77import { AppComponent } from './app.component' ;
8- import { DashboardModule } from './views/dashboard/dashboard.module' ;
98import { NavbarModule } from './navbar/navbar.module' ;
109import { NgbModule } from '@ng-bootstrap/ng-bootstrap' ;
1110import { ReactiveFormsModule } from '@angular/forms' ;
@@ -17,6 +16,7 @@ import { AuthJwtInterceptor } from '@shared/helpers/auth-jwt.interceptor';
1716import { AuthModule } from './auth/auth.module' ;
1817import { GlobalErrorHandler } from '@shared/helpers/global-error-handler' ;
1918import { SharedVariableModule } from './shared-variable/shared-variable.module' ;
19+ import { DashboardModule } from './dashboard/dashboard.module' ;
2020
2121export function HttpLoaderFactory ( http : HttpClient ) {
2222 return new TranslateHttpLoader ( http , './assets/i18n/' , '.json' ) ;
You can’t perform that action at this time.
0 commit comments