perf: remove unused imports

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/641/head
Ryan Wang 2022-10-11 15:35:49 +08:00
parent abd6d90377
commit b1cc54335d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<script lang="ts" setup>
import { IconArrowLeft, IconArrowRight } from "../../icons/icons";
import { ref, toRefs, watch, watchEffect } from "vue";
import { ref, watch } from "vue";
import { useOffsetPagination } from "@vueuse/core";
const props = withDefaults(