0👍
✅
Maybe I have misunderstood your question, but since you’re exporting the const userStore, don’t you need to do the following:
import { userStore } from '@/components/tenant/store/store';
Source:stackexchange.com