sort all.ts alphabetically

This commit is contained in:
Valentin Degenne 2023-10-25 09:06:26 +02:00 committed by GitHub
parent 02867fd443
commit 380d0092e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
all.ts
View File

@ -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';