dashboard works!
+ + diff --git a/kdb-web/src/app/modules/view/dashboard/components/dashboard/dashboard.component.scss b/kdb-web/src/app/modules/view/dashboard/components/dashboard/dashboard.component.scss new file mode 100644 index 0000000000..e69de29bb2 diff --git a/kdb-web/src/app/modules/view/dashboard/components/dashboard/dashboard.component.spec.ts b/kdb-web/src/app/modules/view/dashboard/components/dashboard/dashboard.component.spec.ts new file mode 100644 index 0000000000..5ec4ff8fc2 --- /dev/null +++ b/kdb-web/src/app/modules/view/dashboard/components/dashboard/dashboard.component.spec.ts @@ -0,0 +1,25 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { DashboardComponent } from './dashboard.component'; + +describe('DashboardComponent', () => { + let component: DashboardComponent; + let fixture: ComponentFixture