♻️ Refactor onboarding actions to use controls

This commit is contained in:
Philipp Stracker 2024-11-18 16:31:05 +01:00
parent cf3798f610
commit 84d2af5f39
No known key found for this signature in database
4 changed files with 105 additions and 62 deletions

View file

@ -3,5 +3,6 @@ import reducer from './reducer';
import * as selectors from './selectors';
import * as actions from './actions';
import * as resolvers from './resolvers';
import { controls } from './controls';
export { reducer, selectors, actions, resolvers, STORE_KEY };
export { reducer, selectors, actions, resolvers, controls, STORE_KEY };