Skip to content

Commit 9565ffa

Browse files
committed
Fix require path
1 parent 696a706 commit 9565ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Configuration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var invariant = require('react/lib/invariant');
2-
var RouteHandler = require('./RouteHandler');
2+
var RouteHandler = require('./components/RouteHandler');
33

44
var Configuration = {
55

0 commit comments

Comments
 (0)