Skip to content

Commit 02aa210

Browse files
fix(overmind): properly export statecharts
1 parent 9eb5ec9 commit 02aa210

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 { statecharts, Statechart } from './statecharts'

packages/node_modules/overmind/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
VALUE,
1414
} from 'proxy-state-tree'
1515

16-
import { Derived } from './derived'
1716
import { Devtools, DevtoolsMessage, safeValue, safeValues } from './Devtools'
1817
import {
1918
DefaultMode,

0 commit comments

Comments
 (0)