We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5df822b + 0668e48 commit ed968cfCopy full SHA for ed968cf
src/makeRouterDriver.ts
@@ -1,7 +1,7 @@
1
import {makeHistoryDriver} from '@cycle/history';
2
import {RouteMatcher} from './interfaces';
3
import {RouterSource} from './RouterSource';
4
-import {History} from '@types/history';
+import {History} from 'history';
5
6
/**
7
* Instantiates an new router driver function using the same arguments required
0 commit comments