We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f529e1 commit 98995eeCopy full SHA for 98995ee
packages/core/index.ts
@@ -1,2 +1,4 @@
1
export * from "@jwcjs/runtime";
2
+export * from "@jwcjs/shared";
3
+export * from "@jwcjs/reactively";
4
export * from "./src";
packages/core/src/index.ts
@@ -1,5 +1,4 @@
import "reflect-metadata";
export * from "./wc-class";
-export * from "@jwcjs/shared";
5
export * from "./decorators";
0 commit comments