store.ts 103 B

12345
  1. import { createStore } from "../core/store";
  2. export const loadingStore = createStore({
  3. count: 0,
  4. });