We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5eb45 commit 4fc3089Copy full SHA for 4fc3089
1 file changed
resources/js/components/shared/index.js
@@ -60,6 +60,9 @@ import Recommendations from "../../components/Recommendations.vue"
60
import ProgressLoader from "../common/ProgressLoader.vue";
61
import AddToBundle from "./AddToBundle.vue";
62
63
+export * from "../../../jscomposition/base/table/index";
64
+export * from "../../../jscomposition/system/index";
65
+
66
export {
67
AddToProjectModal,
68
BasicSearch,
0 commit comments