Skip to content

Commit

Permalink
added austria map to country map charts (apache#1267)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anushka-Hapukotuwa authored and zhaoyongjie committed Nov 26, 2021
1 parent f0b5398 commit 16f0ef2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable import/no-webpack-loader-syntax, import/no-unresolved */
import austria from 'file-loader!./countries/austria.geojson';
import australia from 'file-loader!./countries/australia.geojson';
import belgium from 'file-loader!./countries/belgium.geojson';
import brazil from 'file-loader!./countries/brazil.geojson';
Expand Down Expand Up @@ -36,6 +37,7 @@ import usa from 'file-loader!./countries/usa.geojson';
import zambia from 'file-loader!./countries/zambia.geojson';

export const countries = {
austria,
australia,
belgium,
brazil,
Expand Down

0 comments on commit 16f0ef2

Please sign in to comment.