mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-07 14:10:43 -03:00
7 lines
123 B
TypeScript
7 lines
123 B
TypeScript
import { resetPosts } from '@/stores/posts';
|
|
|
|
//export const ssr = true;
|
|
export async function load({}) {
|
|
resetPosts();
|
|
}
|