Setup some components
This commit is contained in:
@@ -24,13 +24,21 @@
|
||||
name
|
||||
slug
|
||||
country {
|
||||
id
|
||||
name
|
||||
slug
|
||||
flag {
|
||||
id
|
||||
}
|
||||
}
|
||||
date_updated
|
||||
}
|
||||
|
||||
country {
|
||||
name
|
||||
slug
|
||||
flag {
|
||||
id
|
||||
}
|
||||
}
|
||||
|
||||
continent {
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
import Locations from '$components/organisms/Locations.svelte'
|
||||
|
||||
const globalData: any = getContext('global')
|
||||
console.log(globalData)
|
||||
</script>
|
||||
|
||||
<Metas
|
||||
|
||||
1
src/routes/location/[country]/[location].svelte
Normal file
1
src/routes/location/[country]/[location].svelte
Normal file
@@ -0,0 +1 @@
|
||||
<h1>Hello location</h1>
|
||||
Reference in New Issue
Block a user