# Conflicts:
#	src/components/molecules/Location.svelte
#	src/routes/index.svelte
This commit is contained in:
2021-09-30 23:31:40 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -55,6 +55,7 @@
seo_name
seo_title
seo_description
limit_new
instagram
footer_links
newsletter_url

View File

@@ -1,9 +1,8 @@
<script lang="ts">
import { getContext } from 'svelte'
// Components
import Button from '$components/atoms/Button.svelte'
import Locations from '$components/organisms/Locations.svelte'
import Metas from '$components/Metas.svelte'
import Button from '$components/atoms/Button.svelte'
import PhotoCard from '$components/molecules/PhotoCard.svelte'
import Newsletter from '$components/organisms/Newsletter.svelte'
import Shop from '$components/organisms/Shop.svelte'
@@ -86,4 +85,4 @@
}
}
}
</script>
</script>