Skip to content

Commit 3d38b0e

Browse files
authored
fix(navigation): add scopebind
1 parent 7c494cc commit 3d38b0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Domain, merge, sample } from 'effector';
1+
import { Domain, merge, sample, scopeBind } from 'effector';
22
import { createBrowserHistory, createMemoryHistory } from 'history';
33

44
export interface HistoryChange {

0 commit comments

Comments
 (0)