import { useAuthStore } from "../stores/auth"; export function useToken() { return useAuthStore(state => state.token); }