Explorar el Código

Add missing export

sebavan hace 6 años
padre
commit
aaf50caee1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Actions/index.ts

+ 1 - 0
src/Actions/index.ts

@@ -1,4 +1,5 @@
 export * from "./action";
+export * from "./actionEvent";
 export * from "./actionManager";
 export * from "./condition";
 export * from "./directActions";