fix: autoimport + readme

This commit is contained in:
Andras Bacsai
2022-08-16 09:40:07 +00:00
parent 6150a008d5
commit 186c5897a0
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
import { t } from '$lib/translations';
import { appSession } from '$lib/store';
import { errorNotification } from '$lib/common';
import { onMount } from 'svelte/types/runtime/internal/lifecycle';
import { onMount } from 'svelte';
const { id } = $page.params;
const from = $page.url.searchParams.get('from');