Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 9d4bf79

Browse files
committed
style: fmt
1 parent 43a13eb commit 9d4bf79

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

stores/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,17 @@ export {
3939
default as CommunityEditorStore,
4040
} from '@containers/CommunityEditor/store'
4141

42-
export { default as CategoryEditorStore } from '@containers/CategoryEditor/store'
42+
export {
43+
default as CategoryEditorStore,
44+
} from '@containers/CategoryEditor/store'
4345
export {
4446
default as PermissionEditorStore,
4547
} from '@containers/PermissionEditor/store'
4648

4749
// setter
48-
export { default as CategorySetterStore } from '@containers/CategorySetter/store'
50+
export {
51+
default as CategorySetterStore,
52+
} from '@containers/CategorySetter/store'
4953

5054
export { default as TagSetterStore } from '@containers/TagSetter/store'
5155
export {

0 commit comments

Comments
 (0)