feat: export createDebugAction

This commit is contained in:
cha0s 2018-12-24 13:21:31 -06:00
parent 31901ea714
commit 45a5e311a1

View File

@ -112,3 +112,5 @@ export function servicesImplementingHook(hook) {
type: 'truss/hook-services', payload: {hook},
}, 'gateway');
};
export {createDebugAction};