biz-slide-core 1.2.72 → 1.2.73
Sign up to get free protection for your applications and to get access to all the features.
- package/entity/index.js +1 -0
- package/package.json +1 -1
package/entity/index.js
CHANGED
@@ -29,3 +29,4 @@ __exportStar(require("./training-queue.entity"), exports);
|
|
29
29
|
__exportStar(require("./config.enity"), exports);
|
30
30
|
__exportStar(require("./logs.entity"), exports);
|
31
31
|
__exportStar(require("./analytic.entity"), exports);
|
32
|
+
__exportStar(require("./ppt-email-queue.entity"), exports);
|