Skip to content

Commit

Permalink
Fix code rule example/typescript/src/App.tsx import {History} to impo…
Browse files Browse the repository at this point in the history
…rt { History } (#289)
  • Loading branch information
young je authored and supasate committed Apr 14, 2019
1 parent 8d49825 commit 1743d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/typescript/src/App.tsx
@@ -1,5 +1,5 @@
import React from 'react'
import {History} from 'history'
import { History } from 'history'
import { ConnectedRouter } from 'connected-react-router'
import routes from './routes'

Expand Down

0 comments on commit 1743d23

Please sign in to comment.