chore: cleanup unused import

This commit is contained in:
三咲智子 2022-12-30 01:53:26 +08:00
parent c8baff3186
commit 0c882a3576
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -1,6 +1,4 @@
<script lang="ts" setup>
// @ts-expect-error missing types
import { DynamicScrollerItem } from 'vue-virtual-scroller'
import { STORAGE_KEY_HIDE_EXPLORE_NEWS_TIPS } from '~~/constants'
const { t } = useI18n()