Skip to content

Commit

Permalink
Merge pull request #5114 from vdegenne:all-chip-set
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576587019
  • Loading branch information
copybara-github committed Oct 25, 2023
2 parents 77514e1 + f643991 commit d09bdc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import './button/outlined-button.js';
import './button/text-button.js';
import './checkbox/checkbox.js';
import './chips/assist-chip.js';
import './chips/chip-set.js';
import './chips/filter-chip.js';
import './chips/input-chip.js';
import './chips/suggestion-chip.js';
Expand Down Expand Up @@ -67,6 +68,7 @@ export * from './button/outlined-button.js';
export * from './button/text-button.js';
export * from './checkbox/checkbox.js';
export * from './chips/assist-chip.js';
export * from './chips/chip-set.js';
export * from './chips/filter-chip.js';
export * from './chips/input-chip.js';
export * from './chips/suggestion-chip.js';
Expand Down
2 changes: 2 additions & 0 deletions common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import './button/outlined-button.js';
import './button/text-button.js';
import './checkbox/checkbox.js';
import './chips/assist-chip.js';
import './chips/chip-set.js';
import './chips/filter-chip.js';
import './dialog/dialog.js';
import './icon/icon.js';
Expand Down Expand Up @@ -47,6 +48,7 @@ export * from './button/outlined-button.js';
export * from './button/text-button.js';
export * from './checkbox/checkbox.js';
export * from './chips/assist-chip.js';
export * from './chips/chip-set.js';
export * from './chips/filter-chip.js';
export * from './dialog/dialog.js';
export * from './icon/icon.js';
Expand Down

0 comments on commit d09bdc4

Please sign in to comment.