Skip to content

Commit

Permalink
docs(module:flex): add missing flex module (#8656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laffery committed Jul 31, 2024
1 parent 1b805bb commit 548ad48
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { NzDividerModule } from 'ng-zorro-antd/divider';
import { NzDrawerModule } from 'ng-zorro-antd/drawer';
import { NzDropDownModule } from 'ng-zorro-antd/dropdown';
import { NzEmptyModule } from 'ng-zorro-antd/empty';
import { NzFlexModule } from 'ng-zorro-antd/flex';
import { NzFormModule } from 'ng-zorro-antd/form';
import { NzGridModule } from 'ng-zorro-antd/grid';
import { NzI18nModule } from 'ng-zorro-antd/i18n';
Expand Down Expand Up @@ -102,6 +103,7 @@ import { NzWaterMarkModule } from 'ng-zorro-antd/water-mark';
NzDrawerModule,
NzDropDownModule,
NzEmptyModule,
NzFlexModule,
NzFormModule,
NzGridModule,
NzI18nModule,
Expand Down

0 comments on commit 548ad48

Please sign in to comment.