Skip to content

Commit

Permalink
add bit-section component to web shared module (#8095)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmartian authored Feb 26, 2024
1 parent cf0c5c5 commit 4cf911a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
MultiSelectModule,
ProgressModule,
RadioButtonModule,
SectionComponent,
SelectModule,
TableModule,
TabsModule,
Expand Down Expand Up @@ -74,6 +75,7 @@ import "./locales";
MultiSelectModule,
ProgressModule,
RadioButtonModule,
SectionComponent,
TableModule,
TabsModule,
ToggleGroupModule,
Expand Down Expand Up @@ -110,6 +112,7 @@ import "./locales";
MultiSelectModule,
ProgressModule,
RadioButtonModule,
SectionComponent,
SelectModule,
TableModule,
TabsModule,
Expand Down

0 comments on commit 4cf911a

Please sign in to comment.