diff --git a/src/app/app.module.ts b/src/app/app.module.ts index a6059d2..0077bfc 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -12,7 +12,7 @@ import { ApiInterceptor } from './app.api-http'; import { LoginComponent } from './login/login.component'; import { BoardModule } from './board/board.module'; import { FileModule } from './files/file-viewer.module'; -import { DashboardModule } from './dashboard/dashboard.module'; +// import { DashboardModule } from './dashboard/dashboard.module'; import { SettingsModule } from './settings/settings.module'; import { SharedModule } from './shared/shared.module'; @@ -23,7 +23,7 @@ import { SharedModule } from './shared/shared.module'; HttpClientModule, BoardModule, FileModule, - DashboardModule, + // DashboardModule, DragDropModule, SettingsModule, SharedModule, diff --git a/src/app/shared/top-nav/top-nav.component.html b/src/app/shared/top-nav/top-nav.component.html index cacfd6c..12e9e5d 100644 --- a/src/app/shared/top-nav/top-nav.component.html +++ b/src/app/shared/top-nav/top-nav.component.html @@ -10,8 +10,8 @@