Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Nov 23, 2024
1 parent 162b088 commit a69d0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/views/Routines/ViewRoutine.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ChevronDownIcon, ChevronUpIcon, ChevronUpDownIcon } from '@heroicons/vue/20/solid'
import { ChevronUpDownIcon } from '@heroicons/vue/20/solid'
import { onMounted, ref } from 'vue'
import { GetRoutineRequest, Routine, UpdateExerciseOrderRequest } from '@/pb/api/v1/routines_pb'
import { RoutineClient } from '@/clients/clients'
Expand Down

0 comments on commit a69d0cc

Please sign in to comment.