bun run format

This commit is contained in:
Harsh Mahajan
2026-03-30 18:06:07 +05:30
parent 7b4cbcfc23
commit 4e7e438dbc
@@ -11,9 +11,7 @@
import { IconInfo } from '@appwrite.io/pink-icons-svelte';
import { addNotification } from '$lib/stores/notifications';
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
import {
BODY_TOOLTIP_WRAPPER_STYLE_PRELINE
} from '$lib/helpers/tooltipContent';
import { BODY_TOOLTIP_WRAPPER_STYLE_PRELINE } from '$lib/helpers/tooltipContent';
import { page } from '$app/state';
import { recordTypes } from './store';
import { Dependencies } from '$lib/constants';