Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
feat: adding Canada into the list of country map choices (#48)
Browse files Browse the repository at this point in the history
travis build failed due to another issue, which is fixed in master.
verified storybook and the new map is working correctly.
  • Loading branch information
andy-clapson committed Apr 17, 2019
1 parent eeb722e commit 9b91465
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import belgium from 'file-loader!./countries/belgium.geojson';
import brazil from 'file-loader!./countries/brazil.geojson';
import bulgaria from 'file-loader!./countries/bulgaria.geojson';
import canada from 'file-loader!./countries/canada.geojson';
import china from 'file-loader!./countries/china.geojson';
import egypt from 'file-loader!./countries/egypt.geojson';
import france from 'file-loader!./countries/france.geojson';
Expand All @@ -26,6 +27,7 @@ const countries = {
belgium,
brazil,
bulgaria,
canada,
china,
egypt,
france,
Expand Down
Loading

0 comments on commit 9b91465

Please sign in to comment.