Commit c05de7c94b61c921f3b1808c703de177c5a5bb97

Authored by Volodymyr Babak
1 parent 499eb1ae

Fix UI compilation

... ... @@ -24,7 +24,7 @@ import { DevicesTableConfigResolver } from '@home/pages/device/devices-table-con
24 24 import { EntityViewsTableConfigResolver } from '@home/pages/entity-view/entity-views-table-config.resolver';
25 25 import { DashboardsTableConfigResolver } from '@home/pages/dashboard/dashboards-table-config.resolver';
26 26 import { RuleChainsTableConfigResolver } from '@home/pages/rulechain/rulechains-table-config.resolver';
27   -import { DashboardPageComponent } from '@home/pages/dashboard/dashboard-page.component';
  27 +import { DashboardPageComponent } from '@home/components/dashboard-page/dashboard-page.component';
28 28 import { dashboardBreadcumbLabelFunction, DashboardResolver } from '@home/pages/dashboard/dashboard-routing.module';
29 29 import { BreadCrumbConfig } from '@shared/components/breadcrumb';
30 30 import { RuleChainPageComponent } from '@home/pages/rulechain/rulechain-page.component';
... ... @@ -219,7 +219,7 @@ const routes: Routes = [
219 219 ]
220 220 }
221 221 ]
222   - }]
  222 + }];
223 223
224 224 @NgModule({
225 225 imports: [RouterModule.forChild(routes)],
... ...