import { useAccountStore } from "@/stores/account"; export async function loadAccountData(to: any, from: any, next: any) { const account = useAccountStore(); next(); }