diff --git a/resources/js/components/shared/index.js b/resources/js/components/shared/index.js index 2f4de0af4b..1699d26bc3 100644 --- a/resources/js/components/shared/index.js +++ b/resources/js/components/shared/index.js @@ -60,6 +60,9 @@ import Recommendations from "../../components/Recommendations.vue" import ProgressLoader from "../common/ProgressLoader.vue"; import AddToBundle from "./AddToBundle.vue"; +export * from "../../../jscomposition/base/table/index"; +export * from "../../../jscomposition/system/index"; + export { AddToProjectModal, BasicSearch, diff --git a/resources/jscomposition/system/table/cell/StatusCell.vue b/resources/jscomposition/system/table/cell/StatusCell.vue index 085be69c89..74feeeffd8 100644 --- a/resources/jscomposition/system/table/cell/StatusCell.vue +++ b/resources/jscomposition/system/table/cell/StatusCell.vue @@ -1,17 +1,17 @@ -