Skip to content

Commit 1179d40

Browse files
refactor(theme): alphabetize imports
Co-authored-by: Brandy Smith <brandyscarney@users.noreply.github.com>
1 parent 5f0020c commit 1179d40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/themes/themes.interfaces.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { IonChipRecipe, IonChipConfig } from '../components/chip/chip.interfaces';
2-
import type { IonSpinnerRecipe, IonSpinnerConfig } from '../components/spinner/spinner.interfaces';
1+
import type { IonChipConfig, IonChipRecipe } from '../components/chip/chip.interfaces';
2+
import type { IonSpinnerConfig, IonSpinnerRecipe } from '../components/spinner/spinner.interfaces';
33
import type { IonicConfig as IonicGlobalConfig } from '../utils/config';
44

55
// Platform-specific theme

0 commit comments

Comments
 (0)