diff --git a/src/lib/components/customs/tiles/recent-notes.svelte b/src/lib/components/customs/tiles/recent-notes.svelte index cbc3508..07e9e11 100644 --- a/src/lib/components/customs/tiles/recent-notes.svelte +++ b/src/lib/components/customs/tiles/recent-notes.svelte @@ -8,7 +8,6 @@ import { ExternalLink, Star, Trash2, X } from 'lucide-svelte'; import Tooltip from '../tooltip.svelte'; import { cn } from '$lib/utils'; - import { text } from '@sveltejs/kit'; interface Props { note: NotesDB;