Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
timothejoubert committed Jun 11, 2024
1 parent 404802e commit 228773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/VSlider/VSlider.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { getHtmlElement } from '~/utils/ref/get-html-element'
import { debounce, throttle } from 'throttle-debounce'
import { throttle } from 'throttle-debounce'
type ScrollToOptions = {
scrollEndCallback?: () => void
Expand Down

0 comments on commit 228773b

Please sign in to comment.