terminada logica de like + rework de la interfaz

This commit is contained in:
2025-11-30 00:16:28 -03:00
parent 3068280b82
commit 78e7df318e
3 changed files with 72 additions and 12 deletions

1
src/types.d.ts vendored
View File

@@ -15,6 +15,7 @@ export interface Post {
isEdited: boolean;
visibility: string;
hashtags?: string[];
isLiked: boolean;
}
export interface User {