Setup some components

This commit is contained in:
2021-09-24 11:03:08 +02:00
parent bdbf511a75
commit bb8a67a82a
6 changed files with 37 additions and 8 deletions

View File

@@ -24,13 +24,21 @@
name
slug
country {
id
name
slug
flag {
id
}
}
date_updated
}
country {
name
slug
flag {
id
}
}
continent {

View File

@@ -5,7 +5,6 @@
import Locations from '$components/organisms/Locations.svelte'
const globalData: any = getContext('global')
console.log(globalData)
</script>
<Metas

View File

@@ -0,0 +1 @@
<h1>Hello location</h1>