Remove errors on pages

This commit is contained in:
2022-08-16 20:32:14 +02:00
parent 93a50770d0
commit 4a79015ec4
11 changed files with 11 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
<script lang="ts">
import { navigating } from '$app/stores'
import type { PageData, Errors } from './$types'
import type { PageData } from './$types'
import { getContext, onMount } from 'svelte'
import { timeline, stagger } from 'motion'
import { DELAY } from '$utils/contants'
@@ -28,7 +28,6 @@
import NewsletterModule from '$components/organisms/NewsletterModule.svelte'
export let data: PageData
export let errors: Errors
const { settings, locations }: any = getContext('global')