🚨 Fixed linter errors

This commit is contained in:
Mawoka
2022-08-25 19:23:10 +02:00
parent 68cfabbc5f
commit d02b72ca24
3 changed files with 4 additions and 3 deletions
@@ -1,5 +1,4 @@
import { redirect } from '@sveltejs/kit';
import { signedIn } from '$lib/stores';
export async function load({ parent }) {
const { email } = await parent();