mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-26 01:44:07 +01:00
fix(dashboard): refactor status cards: move grid to dashboard
This commit is contained in:
parent
5f6f0d28d7
commit
fe96d074ef
5 changed files with 51 additions and 35 deletions
|
|
@ -3,7 +3,7 @@ import { NgaTabsetModule, NgaUserModule } from '@akveo/nga-theme';
|
|||
|
||||
import { SharedModule } from '../../shared.module';
|
||||
import { DashboardComponent } from './dashboard.component';
|
||||
import { StatusCardsComponent } from './status-cards/status-cards.component';
|
||||
import { StatusCardComponent } from './status-card/status-card.component';
|
||||
import { ContactsComponent } from './contacts/contacts.component';
|
||||
import { RoomsComponent } from './rooms/rooms.component';
|
||||
import { RoomSelectorComponent } from './rooms/room-selector/room-selector.component';
|
||||
|
|
@ -22,7 +22,7 @@ import { WeatherComponent } from './weather/weather.component';
|
|||
],
|
||||
declarations: [
|
||||
DashboardComponent,
|
||||
StatusCardsComponent,
|
||||
StatusCardComponent,
|
||||
TemperatureDraggerComponent,
|
||||
ContactsComponent,
|
||||
RoomSelectorComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue