Skip to content

Commit 187eb0e

Browse files
committed
[fixed] Added missing require statement
Fixes #500
1 parent 58d6650 commit 187eb0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/utils/createRouter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ var ImitateBrowserBehavior = require('../behaviors/ImitateBrowserBehavior');
66
var RouteHandler = require('../components/RouteHandler');
77
var HashLocation = require('../locations/HashLocation');
88
var HistoryLocation = require('../locations/HistoryLocation');
9+
var RefreshLocation = require('../locations/RefreshLocation');
910
var NavigationContext = require('../mixins/NavigationContext');
1011
var StateContext = require('../mixins/StateContext');
1112
var Scrolling = require('../mixins/Scrolling');

0 commit comments

Comments
 (0)