Skip to content

Commit

Permalink
fix bug with importing topojson
Browse files Browse the repository at this point in the history
  • Loading branch information
caspg committed Oct 24, 2016
1 parent 2e6d839 commit 18d506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/actions/topoData.js
@@ -1,5 +1,5 @@
import axios from 'axios'
import topojson from 'topojson'
import * as topojson from 'topojson'

import { RECEIVE_TOPO_DATA } from '../constants/ActionTypes'

Expand Down

0 comments on commit 18d506a

Please sign in to comment.