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 @@
import { browser } from '$app/env'
import { navigating, page } from '$app/stores'
import { beforeNavigate } from '$app/navigation'
import type { PageData, Errors } from './$types'
import type { PageData } from './$types'
import { onMount, setContext } from 'svelte'
import { pageLoading, previousPage } from '$utils/stores'
import { DURATION } from '$utils/contants'
@@ -18,7 +18,6 @@
import Footer from '$components/organisms/Footer.svelte'
export let data: PageData
export let errors: Errors
// Fonts to preload