Skip to content

Commit

Permalink
removes unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
capetillo committed Dec 11, 2024
1 parent 7a5e617 commit 258cfcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Scheduling/SchedulingSettings.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<script setup>
import { ref, reactive, computed, defineProps, defineEmits, onMounted } from 'vue'
import { useConfigurationStore } from '../../stores/configuration.js'
import { fetchApiCall } from '../../utils/api.js'
import { getFilterList } from '../../utils/populateInstrumentsUtils.js'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
Expand Down

0 comments on commit 258cfcb

Please sign in to comment.