Skip to content

Commit

Permalink
Add list import to accodion example module
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzy3 committed Sep 23, 2024
1 parent 9cc891f commit f2e7c13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { AccordionModule } from '@kirbydesign/designsystem/accordion';
import { ItemModule } from '@kirbydesign/designsystem/item';
import { DividerComponent } from '@kirbydesign/designsystem/divider';
import { ToastController, ToastHelper } from '@kirbydesign/designsystem/toast';
import { ListModule } from '@kirbydesign/designsystem/list';
import { AccordionCardExampleComponent } from './examples/card';
import { AccordionDefaultExampleComponent } from './examples/default';
import { AccordionExpandedExampleComponent } from './examples/expanded';
Expand All @@ -23,7 +24,7 @@ const COMPONENT_DECLARATIONS = [
];

@NgModule({
imports: [CommonModule, CardModule, AccordionModule, ItemModule, DividerComponent],
imports: [CommonModule, CardModule, AccordionModule, ItemModule, DividerComponent, ListModule],
providers: [ToastHelper, ToastController],
declarations: COMPONENT_DECLARATIONS,
exports: COMPONENT_DECLARATIONS,
Expand Down

0 comments on commit f2e7c13

Please sign in to comment.