From d093de715a936e26545b33746c308460c99b5a27 Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Wed, 11 Nov 2020 20:50:06 +0800 Subject: [PATCH] chore: fix styles index export sequence --- src/styles/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/index.js b/src/styles/index.js index 2a3d957fc..5240b7c66 100644 --- a/src/styles/index.js +++ b/src/styles/index.js @@ -44,6 +44,10 @@ export { checkboxDark, checkboxLight } from '../checkbox/styles' +export { + tagDark, + tagLight +} from '../tag/styles' export { tabsDark, tabsLight @@ -268,10 +272,6 @@ export { inputGroupLabelDark, inputGroupLabelLight } from '../input-group-label/styles' -export { - tagDark, - tagLight -} from '../tag/styles' export { affixDark, affixLight