This commit is contained in:
Andras Bacsai
2022-09-29 13:15:19 +02:00
parent a67618675d
commit f40e142704
2 changed files with 2 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
</script>
<script lang="ts">
import { page, session } from '$app/stores';
import { page } from '$app/stores';
import { goto } from '$app/navigation';
import { get, post } from '$lib/api';
import { t } from '$lib/translations';