chore: fix ts error

This commit is contained in:
Hakadao
2024-02-26 01:33:23 -03:00
parent 4cc4fffb62
commit 090d12ee0d

View File

@@ -1,7 +1,5 @@
<script setup lang="ts">
import { onMounted, reactive, ref } from 'vue'
import { useDateFormat } from '@vueuse/core'
import { calcCurrentTime } from '~/utils/dataFormatter'
import type { List as VideoItem, WatchLaterResult } from '~/models/video/watchLater'
import { isHomePage, removeHttpFromUrl } from '~/utils/main'