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.
1 parent 58d6650 commit 187eb0eCopy full SHA for 187eb0e
modules/utils/createRouter.js
@@ -6,6 +6,7 @@ var ImitateBrowserBehavior = require('../behaviors/ImitateBrowserBehavior');
6
var RouteHandler = require('../components/RouteHandler');
7
var HashLocation = require('../locations/HashLocation');
8
var HistoryLocation = require('../locations/HistoryLocation');
9
+var RefreshLocation = require('../locations/RefreshLocation');
10
var NavigationContext = require('../mixins/NavigationContext');
11
var StateContext = require('../mixins/StateContext');
12
var Scrolling = require('../mixins/Scrolling');
0 commit comments