const stuffStore = { startLoading(id) { }, loaded(id, data) { }, failedLoading(id, err) { }, } export default stuffStore;