Skip to content

Commit

Permalink
remove TomatoRoles
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 4, 2023
1 parent 043da9b commit f144329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 295 deletions.
2 changes: 0 additions & 2 deletions publish/resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const el = document.getElementById("app");

import './choices.scss';

import TomatoRoles from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoRoles.vue";
import TomatoRepeater from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoRepeater.vue";
import TomatoColor from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoColor.vue";
import TomatoRich from "../../vendor/tomatophp/tomato-admin/resources/js/components/TomatoRich.vue";
Expand All @@ -28,7 +27,6 @@ createApp({
progress_bar: true,
})
.component("TomatoDraggable", TomatoDraggable)
.component("TomatoRoles", TomatoRoles)
.component("TomatoRepeater", TomatoRepeater)
.component("TomatoColor", TomatoColor)
.component("TomatoTel", TomatoTel)
Expand Down
Loading

0 comments on commit f144329

Please sign in to comment.