🚨 Fixed linter warnings

This commit is contained in:
Mawoka
2022-06-20 21:54:15 +02:00
parent c1c2405067
commit 4d8caa6dc7
10 changed files with 3 additions and 38 deletions
-1
View File
@@ -12,7 +12,6 @@
<script lang="ts">
import { getLocalization } from '$lib/i18n';
const { t } = getLocalization();
import { page } from '$app/stores';
import SearchCard from '$lib/search-card.svelte';
import { createQueryParamsStore } from '$lib/stores';
const search_term = createQueryParamsStore('q');