arreglado reset de posts

This commit is contained in:
2026-01-16 01:22:17 -03:00
parent ebc2ebc322
commit 6cf920799c

View File

@@ -1 +1,6 @@
import { resetPosts } from '@/stores/posts';
//export const ssr = true;
export async function load({}) {
resetPosts();
}