Skip to content

Commit f643991

Browse files
authored
sort common.ts alphabetically
1 parent 380d009 commit f643991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import './button/filled-button.js';
1919
import './button/outlined-button.js';
2020
import './button/text-button.js';
2121
import './checkbox/checkbox.js';
22-
import './chips/chip-set.js';
2322
import './chips/assist-chip.js';
23+
import './chips/chip-set.js';
2424
import './chips/filter-chip.js';
2525
import './dialog/dialog.js';
2626
import './icon/icon.js';
@@ -47,8 +47,8 @@ export * from './button/filled-button.js';
4747
export * from './button/outlined-button.js';
4848
export * from './button/text-button.js';
4949
export * from './checkbox/checkbox.js';
50-
export * from './chips/chip-set.js';
5150
export * from './chips/assist-chip.js';
51+
export * from './chips/chip-set.js';
5252
export * from './chips/filter-chip.js';
5353
export * from './dialog/dialog.js';
5454
export * from './icon/icon.js';

0 commit comments

Comments
 (0)