Skip to content

Commit

Permalink
Fix import broken with forward merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed May 15, 2024
1 parent 08e9bcf commit bcdd2d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<script setup lang="ts">
import axios, { type AxiosError } from "axios";
import { BAlert, BButton, BForm, BFormCheckbox, BFormGroup } from "bootstrap-vue";
import { errorMessageAsString } from "utils/simple-error";
import { computed, onMounted, ref } from "vue";
import Multiselect from "vue-multiselect";
import { useConfig } from "@/composables/config";
import { withPrefix } from "@/utils/redirect";
import { errorMessageAsString } from "@/utils/simple-error";
import LoadingSpan from "@/components/LoadingSpan.vue";
Expand Down

0 comments on commit bcdd2d2

Please sign in to comment.