Implement Interactive Globe on Homepage
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
location {
|
||||
name
|
||||
slug
|
||||
coordinates
|
||||
country {
|
||||
name
|
||||
slug
|
||||
@@ -58,6 +59,7 @@
|
||||
continent {
|
||||
name
|
||||
slug
|
||||
rotation
|
||||
countries {
|
||||
slug
|
||||
}
|
||||
|
||||
@@ -53,6 +53,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<InteractiveGlobe />
|
||||
|
||||
<Locations
|
||||
locations={location}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user