chore: remove unused import

This commit is contained in:
Hakadao
2023-08-14 02:03:53 +08:00
parent e4b823aed6
commit 5b569b02ab

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import type { Ref } from 'vue'
import { TransitionGroup, onMounted, reactive, ref, watch } from 'vue'
import { onMounted, reactive, ref, watch } from 'vue'
import type { FavoriteCategory, FavoriteResource } from './types'
import { getUserID, removeHttpFromUrl } from '~/utils/main'
import { calcCurrentTime } from '~/utils/dataFormatter'