Skip to content

Commit

Permalink
🐛 Reintroduce accidentally removed module import (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsBuchmann authored Mar 24, 2022
1 parent c3ddca6 commit 5d3d356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cookbook/src/app/examples/examples.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { AccordionExampleModule } from './accordion-example/accordion-example.mo
import { AvatarExampleModule } from './avatar-example/avatar-example.module';
import { BadgeExampleModule } from './badge-example/badge-example.module';
import { CardExampleComponent } from './card-example/card-example.component';
import { CardExampleModule } from './card-example/card-example.module';
import { ChartExampleModule } from './chart-example/chart-example.module';
import { CheckboxExampleModule } from './checkbox-example/checkbox-example.module';
import { DropdownExampleModule } from './dropdown-example/dropdown-example.module';
Expand Down

0 comments on commit 5d3d356

Please sign in to comment.