refactor: codigo sin uso

This commit is contained in:
2025-12-26 02:18:41 -03:00
parent 4560dbb3f7
commit 8670cf0b46

View File

@@ -26,7 +26,6 @@
let postAModificar: Post | null = $state(null);
let showCrearPost = $state(false);
const toggleCrearPost = () => (showCrearPost = !showCrearPost);
let data = $derived(page.data);