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

Commit

Permalink
fix: fix RouteItem type import path
Browse files Browse the repository at this point in the history
fix: fix RouteItem type import path
  • Loading branch information
Metnew committed Sep 4, 2017
1 parent 8bc96ea commit 850f3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/app/configure_root.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @desc
*/
import React from 'react'
import type {RouteItem} from 'routing'
import type {RouteItem} from 'types'
// Redux stuff
import Root from 'components/parts/Root'
// Styled-components's injectGlobal styles
Expand Down

0 comments on commit 850f3ca

Please sign in to comment.