Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
feat(routing): export get*() funcs from routes
Browse files Browse the repository at this point in the history
feat(routing): export `get*()` funcs from `routes`
  • Loading branch information
Metnew committed Nov 3, 2017
1 parent 80b6071 commit 57bb4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/routing/index.jsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export history from './history'
export routes from './routes'
export {getSidebarRoutes, getRouterRoutes, getRoutes} from './routes'

0 comments on commit 57bb4c3

Please sign in to comment.