Explorar el Código

feat(actions): export updateText action

Helder hace 6 años
padre
commit
ff5f557fc3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/app/store/action/index.js

+ 5 - 0
src/app/store/action/index.js

@@ -0,0 +1,5 @@
+import {updateText} from './toDoAction'
+
+export default {
+    updateText
+}