♻️ Refactor resolver and controls

This commit is contained in:
Philipp Stracker 2024-11-20 16:48:50 +01:00
parent 79174459d8
commit 90c6cd1e7d
No known key found for this signature in database
5 changed files with 42 additions and 57 deletions

View file

@ -5,8 +5,8 @@ import { STORE_NAME } from './constants';
import reducer from './reducer';
import * as selectors from './selectors';
import * as actions from './actions';
import * as resolvers from './resolvers';
import * as hooks from './hooks';
import { resolvers } from './resolvers';
import { controls } from './controls';
export const initStore = () => {