Skip to content

Commit d6ce8e9

Browse files
committed
fix(core): expose all router props
1 parent 7f25478 commit d6ce8e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/smooth-core/src/router.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ export {
55
Switch,
66
Route,
77
Redirect,
8+
BrowserRouter,
9+
HashRouter,
10+
Router,
811
} from 'react-router-dom'
912
export { default as Link } from './client/Link'
1013
export { default as NavLink } from './client/NavLink'

0 commit comments

Comments
 (0)