From 380d0092e65b048b904a7c9edeb5aa00b444159a Mon Sep 17 00:00:00 2001 From: Valentin Degenne Date: Wed, 25 Oct 2023 09:06:26 +0200 Subject: [PATCH] sort all.ts alphabetically --- all.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all.ts b/all.ts index a518b3cb3..617e41970 100644 --- a/all.ts +++ b/all.ts @@ -19,8 +19,8 @@ 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/chip-set.js'; import './chips/filter-chip.js'; import './chips/input-chip.js'; import './chips/suggestion-chip.js'; @@ -67,8 +67,8 @@ 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/chip-set.js'; export * from './chips/filter-chip.js'; export * from './chips/input-chip.js'; export * from './chips/suggestion-chip.js';