index.ts 72 B

123
  1. import { userStore } from "./user";
  2. export const stores = [userStore];