Skip to content

Commit 02747a8

Browse files
fix(demo): fix wrong import
1 parent 66ad28d commit 02747a8

File tree

1 file changed

+1
-1
lines changed
  • packages/demos/react-typescript-todomvc/src/app

1 file changed

+1
-1
lines changed

packages/demos/react-typescript-todomvc/src/app/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Derive } from './'
1+
import { Derive } from 'overmind'
22

33
export type Todo = {
44
id: string

0 commit comments

Comments
 (0)