mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-22 16:27:55 -03:00
chore: eliminados unos imports no usados
This commit is contained in:
@@ -12,8 +12,6 @@
|
|||||||
import type { Post } from '../../types';
|
import type { Post } from '../../types';
|
||||||
import CardError from './CardError.svelte';
|
import CardError from './CardError.svelte';
|
||||||
import { cacheSeguidos } from '@/stores/cacheSeguidos.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();
|
let { post }: { post: Omit<Partial<Post>, 'authorId'> & { authorId: string } } = $props();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user