fix: check

This commit is contained in:
Arman
2024-03-08 16:47:55 +01:00
parent 9c93b8164a
commit 9cc2712d6e
@@ -14,7 +14,6 @@
import type { Column } from '$lib/helpers/types';
import type { Writable } from 'svelte/store';
import { tooltip } from '$lib/actions/tooltip';
import { SelectSearchCheckbox } from '$lib/elements';
export let columns: Writable<Column[]>;