bugfixing

This commit is contained in:
MuslemRahimi 2024-09-22 01:16:27 +02:00
parent 513f315704
commit 3c9f67a997

View File

@ -9,6 +9,7 @@
import Lazy from '$lib/components/Lazy.svelte';
import * as DropdownMenu from "$lib/components/shadcn/dropdown-menu/index.js";
import { Button } from "$lib/components/shadcn/button/index.js";
import { convertTimestamp } from '$lib/utils';
export let data;
export let form;