chore(all): add chip-set to common.js

This commit is contained in:
vdegenne 2023-10-24 20:43:23 +02:00
parent c77618fd84
commit 02867fd443

View File

@ -19,6 +19,7 @@ import './button/filled-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 './dialog/dialog.js';
@ -46,6 +47,7 @@ export * from './button/filled-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 './dialog/dialog.js';