Skip to content

Commit

Permalink
forgot to remove vue code highlighter depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
deepansh96 committed May 9, 2024
1 parent 02cfbdd commit b76c806
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/App/ConfigureWebhookWindow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@
import InputText from "@/components/UI/Text/InputText.vue";
import GenericUtilities from "@/services/Functional/Utilities/Generic.js";
import { mapGetters } from "vuex";
import { component as VueCodeHighlight } from "vue-code-highlight";
import CodeHighlighter from "@/components/Editor/CodeHighlighter.vue";
import { webhookEvents } from "@/services/Config/GlobalDefaultSettings.js";
import IconButton from "@/components/UI/Buttons/IconButton.vue";
Expand All @@ -247,7 +246,6 @@ export default {
components: {
IconButton,
InputText,
VueCodeHighlight,
CodeHighlighter,
},
props: {
Expand Down

0 comments on commit b76c806

Please sign in to comment.