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