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

Commit

Permalink
feat: add Liechtenstein to country map chart (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caahlo committed Nov 20, 2019
1 parent 3a72d7f commit fd1c7af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import india from 'file-loader!./countries/india.geojson';
import italy from 'file-loader!./countries/italy.geojson';
import japan from 'file-loader!./countries/japan.geojson';
import korea from 'file-loader!./countries/korea.geojson';
import liechtenstein from 'file-loader!./countries/liechtenstein.geojson';
import morocco from 'file-loader!./countries/morocco.geojson';
import myanmar from 'file-loader!./countries/myanmar.geojson';
import netherlands from 'file-loader!./countries/netherlands.geojson';
Expand Down Expand Up @@ -39,6 +40,7 @@ const countries = {
italy,
japan,
korea,
liechtenstein,
morocco,
myanmar,
netherlands,
Expand Down
Loading

0 comments on commit fd1c7af

Please sign in to comment.