Skip to content

Commit

Permalink
refactor: remove unused import of 'text' from recent-notes.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuzat committed Jan 16, 2025
1 parent 779f5a4 commit 3dfe43d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/components/customs/tiles/recent-notes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3dfe43d

Please sign in to comment.