Skip to content

Commit d2cfa94

Browse files
committed
Fix import
1 parent 1cee418 commit d2cfa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { TranslateHttpLoader } from '@ngx-translate/http-loader';
55
import { HttpClient, HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
66
import { AppRoutingModule } from './app-routing.module';
77
import { AppComponent } from './app.component';
8-
import { DashboardModule } from './views/dashboard/dashboard.module';
98
import { NavbarModule } from './navbar/navbar.module';
109
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
1110
import { ReactiveFormsModule } from '@angular/forms';
@@ -17,6 +16,7 @@ import { AuthJwtInterceptor } from '@shared/helpers/auth-jwt.interceptor';
1716
import { AuthModule } from './auth/auth.module';
1817
import { GlobalErrorHandler } from '@shared/helpers/global-error-handler';
1918
import { SharedVariableModule } from './shared-variable/shared-variable.module';
19+
import { DashboardModule } from './dashboard/dashboard.module';
2020

2121
export function HttpLoaderFactory(http: HttpClient) {
2222
return new TranslateHttpLoader(http, './assets/i18n/', '.json');

0 commit comments

Comments
 (0)