Skip to content

Commit

Permalink
chore(all): add chip-set to all.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
vdegenne committed Oct 24, 2023
1 parent 33e4293 commit c77618f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import './button/filled-tonal-button.js';
import './button/outlined-button.js';
import './button/text-button.js';
import './checkbox/checkbox.js';
import './chips/chip-set.js';
import './chips/assist-chip.js';
import './chips/filter-chip.js';
import './chips/input-chip.js';
Expand Down Expand Up @@ -66,6 +67,7 @@ export * from './button/filled-tonal-button.js';
export * from './button/outlined-button.js';
export * from './button/text-button.js';
export * from './checkbox/checkbox.js';
export * from './chips/chip-set.js';
export * from './chips/assist-chip.js';
export * from './chips/filter-chip.js';
export * from './chips/input-chip.js';
Expand Down

0 comments on commit c77618f

Please sign in to comment.