Sfoglia il codice sorgente

Add missing export

sebavan 6 anni fa
parent
commit
aaf50caee1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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";