chore: eliminados unos imports no usados

This commit is contained in:
2026-01-07 16:54:50 -03:00
parent 36de6195fd
commit 4eead0809b

View File

@@ -12,8 +12,6 @@
import type { Post } from '../../types';
import CardError from './CardError.svelte';
import { cacheSeguidos } from '@/stores/cacheSeguidos.svelte';
import DialogContent from './ui/dialog/dialog-content.svelte';
import Dialog from './ui/dialog/dialog.svelte';
let { post }: { post: Omit<Partial<Post>, 'authorId'> & { authorId: string } } = $props();