Bläddra i källkod

Add missing export

sebavan 6 år sedan
förälder
incheckning
aaf50caee1
1 ändrade filer med 1 tillägg och 0 borttagningar
  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";