refactor: codigo sin uso
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
let postAModificar: Post | null = $state(null);
|
||||
|
||||
let showCrearPost = $state(false);
|
||||
const toggleCrearPost = () => (showCrearPost = !showCrearPost);
|
||||
|
||||
let data = $derived(page.data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user