Skip to content

Commit

Permalink
ESLint unused import toRefs
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Dec 15, 2023
1 parent 442102d commit 0734162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/case/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</template>

<script setup>
import { ref, computed, watch, toRefs } from "vue"
import { ref, computed, watch } from "vue"
import { useStore } from "vuex"
import { useRoute, useRouter } from "vue-router"
import { formatRelativeDate, formatDate } from "@/filters"
Expand Down

0 comments on commit 0734162

Please sign in to comment.