Refactored formatting
This commit is contained in:
parent
4388203300
commit
1754f29df7
@ -19,12 +19,16 @@ import { CommonModule } from '@angular/common';
|
||||
import { SharedModule } from '@shared/shared.module';
|
||||
import { HomeDialogsModule } from '../../dialogs/home-dialogs.module';
|
||||
import { DashboardFormComponent } from '@modules/home/pages/dashboard/dashboard-form.component';
|
||||
import { ManageDashboardCustomersDialogComponent } from '@modules/home/pages/dashboard/manage-dashboard-customers-dialog.component';
|
||||
import {
|
||||
ManageDashboardCustomersDialogComponent
|
||||
} from '@modules/home/pages/dashboard/manage-dashboard-customers-dialog.component';
|
||||
import { DashboardRoutingModule } from './dashboard-routing.module';
|
||||
import { MakeDashboardPublicDialogComponent } from '@modules/home/pages/dashboard/make-dashboard-public-dialog.component';
|
||||
import {
|
||||
MakeDashboardPublicDialogComponent
|
||||
} from '@modules/home/pages/dashboard/make-dashboard-public-dialog.component';
|
||||
import { HomeComponentsModule } from '@modules/home/components/home-components.module';
|
||||
import { DashboardTabsComponent } from '@home/pages/dashboard/dashboard-tabs.component';
|
||||
import {ImportDashboardFileDialogComponent} from "@home/pages/dashboard/import-dashboard-file-dialog.component";
|
||||
import { ImportDashboardFileDialogComponent } from "@home/pages/dashboard/import-dashboard-file-dialog.component";
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
@ -42,4 +46,5 @@ import {ImportDashboardFileDialogComponent} from "@home/pages/dashboard/import-d
|
||||
DashboardRoutingModule
|
||||
]
|
||||
})
|
||||
export class DashboardModule { }
|
||||
export class DashboardModule {
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user