mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
chore: eliminados unos imports no usados
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user