Kaynağa Gözat

Add missing export

sebavan 6 yıl önce
ebeveyn
işleme
aaf50caee1
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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";