Skip to content

Commit

Permalink
refactor(spa-dashboard): import NZ modules instead of components for CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
JSPRH committed Dec 30, 2024
1 parent 0672749 commit cc4106b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion libs/spa/view/dashboard/src/lib/dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,23 @@ import {
ProtocolViewComponent,
} from '@kordis/spa/feature/protocol';


@Component({
selector: 'krd-dashboard-view',
imports: [
CommonModule,
NzLayoutModule,
NzDropDownModule,
NzHeaderComponent,
DeploymentsComponent,
NzAvatarModule,
NzContentComponent,
NzDropDownModule,
NzDropDownModule,
NzHeaderComponent,
NzLayoutModule,
NzLayoutModule,
NzDropDownModule,
NzHeaderComponent,
NzContentComponent,
NzMenuModule,
NzModalModule,
Expand Down

0 comments on commit cc4106b

Please sign in to comment.