Skip to content

Commit

Permalink
refactor: Add VCLPanelModule to modules list
Browse files Browse the repository at this point in the history
  • Loading branch information
yosvelquintero committed Jul 14, 2024
1 parent c721a40 commit c6255d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/modules/ui/src/lib/modules-ui.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
VCLDrawerModule,
VCLFormControlGroupModule,
VCLDataListModule,
VCLPanelModule,
} from '@vcl/ng-vcl';

import {
Expand Down Expand Up @@ -139,6 +140,7 @@ const modules = [
VCLDrawerModule,
VCLFormControlGroupModule,
VCLDataListModule,
VCLPanelModule,
];

const atoms = [
Expand Down

0 comments on commit c6255d4

Please sign in to comment.