Skip to content

Commit 676b6c9

Browse files
fix(overmind): fix import casing
1 parent cd3d71f commit 676b6c9

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/overmind/src/config

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export { merge } from './merge'
22
export { namespaced } from './namespaced'
33
export { lazy } from './lazy'
4-
export { statechart, Statechart } from './stateChart'
4+
export { statechart, Statechart } from './statechart'

0 commit comments

Comments
 (0)