Skip to content

Commit

Permalink
add slider to packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Dec 11, 2023
1 parent efc4783 commit 69ae311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"vue-draggable-next": "^2.2.1",
"vue3-editor": "^0.1.1",
"vue3-swatches": "^1.2.3",
"swiper": "^11.0.5",
"vue3-tel-input": "^1.0.4",
"vue3-carousel": "^0.3.1"
}
Expand Down
2 changes: 0 additions & 2 deletions publish/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import TomatoSelect from "../../vendor/tomatophp/tomato-admin/resources/js/compo
import TomatoArtisan from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoArtisan.vue";
import TomatoCode from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoCode.vue";
import TomatoDraggable from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoDraggable.vue";
import TomatoDiagram from "../../vendor/tomatophp/tomato-builder/resources/js/components/TomatoDiagram.vue";
import TomatoClipboard from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoClipboard.vue";
import TomatoTooltip from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoTooltip.vue";
import TomatoSlider from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoSlider.vue";
Expand All @@ -37,7 +36,6 @@ createApp({
.component("Swiper", Swiper)
.component("SwiperSlide", SwiperSlide)
.component('TomatoTooltip', TomatoTooltip)
.component("TomatoDiagram", TomatoDiagram)
.component("TomatoDraggable", TomatoDraggable)
.component("TomatoRepeater", TomatoRepeater)
.component("TomatoColor", TomatoColor)
Expand Down

0 comments on commit 69ae311

Please sign in to comment.