Skip to content

Commit

Permalink
Drop (unused) BootstrapVue import -- for transition this is applied at
Browse files Browse the repository at this point in the history
the createApp level.
  • Loading branch information
dannon committed Apr 25, 2024
1 parent 48bece0 commit 199ac72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/components/Markdown/MarkdownDialog.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup lang="ts">
import BootstrapVue from "bootstrap-vue";
import { storeToRefs } from "pinia";
import Vue, { computed, ref } from "vue";
import { computed, ref } from "vue";
import { publishedHistoriesFetcher } from "@/api/histories";
import { invocationsFetcher } from "@/api/invocations";
Expand All @@ -17,8 +16,6 @@ import DataDialog from "@/components/DataDialog/DataDialog.vue";
import BasicSelectionDialog from "@/components/SelectionDialog/BasicSelectionDialog.vue";
import DatasetCollectionDialog from "@/components/SelectionDialog/DatasetCollectionDialog.vue";
Vue.use(BootstrapVue);
interface MarkdownDialogProps {
argumentName?: string;
argumentType?: string;
Expand Down

0 comments on commit 199ac72

Please sign in to comment.