fix: remove unused imports
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
import { haversineDistance, timeToMins } from "$lib";
|
import { haversineDistance, timeToMins } from "$lib";
|
||||||
import Button from "$lib/components/Button.svelte";
|
import Button from "$lib/components/Button.svelte";
|
||||||
import { urldecodeSortFilter } from "$lib/filter.js";
|
import { urldecodeSortFilter } from "$lib/filter.js";
|
||||||
import { invalidate, invalidateAll } from "$app/navigation";
|
import { invalidateAll } from "$app/navigation";
|
||||||
|
|
||||||
const { data } = $props();
|
const { data } = $props();
|
||||||
const {
|
const {
|
||||||
@@ -27,7 +27,6 @@
|
|||||||
const openingFilter = $derived(sortFilter.openAt?.from);
|
const openingFilter = $derived(sortFilter.openAt?.from);
|
||||||
const closingFilter = $derived(sortFilter.openAt?.to);
|
const closingFilter = $derived(sortFilter.openAt?.to);
|
||||||
const sortNear = $derived(sortFilter.nearby);
|
const sortNear = $derived(sortFilter.nearby);
|
||||||
$inspect(selectedTags);
|
|
||||||
|
|
||||||
// Toggle a space in/out of favourites
|
// Toggle a space in/out of favourites
|
||||||
async function handleToggleFavourite(id: string) {
|
async function handleToggleFavourite(id: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user