File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,23 @@ extern class BrowserHistory {
14
14
@:jsRequire (' react-router' ,' Link' )
15
15
extern class Link {}
16
16
17
+ @:jsRequire (' react-router' ,' IndexLink' )
18
+ extern class IndexLink {}
19
+
17
20
@:jsRequire (' react-router' ,' Redirect' )
18
21
extern class Redirect {}
19
22
23
+ @:jsRequire (' react-router' ,' IndexRedirect' )
24
+ extern class IndexRedirect {}
25
+
20
26
@:jsRequire (' react-router' ,' Route' )
21
27
extern class Route {}
22
28
23
- @:jsRequire (' react-router' ,' Router' )
24
- extern class Router {}
25
-
26
29
@:jsRequire (' react-router' ,' IndexRoute' )
27
30
extern class IndexRoute {}
28
31
29
- @:jsRequire (' react-router' ,' IndexRedirect ' )
30
- extern class IndexRedirect {}
32
+ @:jsRequire (' react-router' ,' Router ' )
33
+ extern class Router {}
31
34
32
35
@:jsRequire (' react-router' ,' RouterContext' )
33
36
extern class RouterContext {}
You can’t perform that action at this time.
0 commit comments