Skip to content

Commit 98995ee

Browse files
committed
perf(core): export all packages in root
1 parent 4f529e1 commit 98995ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/core/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from "@jwcjs/runtime";
2+
export * from "@jwcjs/shared";
3+
export * from "@jwcjs/reactively";
24
export * from "./src";

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import "reflect-metadata";
22

33
export * from "./wc-class";
4-
export * from "@jwcjs/shared";
54
export * from "./decorators";

0 commit comments

Comments
 (0)