fix: remove unused Tooltip import in CommitHistory (not exported from $lib/ui)

This commit is contained in:
2026-06-03 14:38:21 +03:00
parent 80e5ad5299
commit 615b5fee9f

View File

@@ -13,7 +13,6 @@
import { onMount } from 'svelte';
import { gitService } from '../../../services/gitService';
import { t } from '$lib/i18n/index.svelte.js';
import { Tooltip } from '$lib/ui';
import { Button } from '$lib/ui';
// [/SECTION]