From c77618fd84d84ac9199e784812f82702d4980393 Mon Sep 17 00:00:00 2001 From: vdegenne Date: Tue, 24 Oct 2023 17:01:02 +0200 Subject: [PATCH] chore(all): add chip-set to all.js file --- all.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all.ts b/all.ts index 46df0c2c53..a518b3cb37 100644 --- a/all.ts +++ b/all.ts @@ -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'; @@ -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';