refactor: remove unused discoveryCover image import

This commit is contained in:
duanshuwen
2026-05-31 22:09:55 +08:00
parent e3f8e94547
commit a077768584

View File

@@ -23,7 +23,6 @@ import { getAccessToken } from "@/constants/token";
import FindTabs from "./components/FindTabs/index.vue";
import CardSwiper from "./components/CardSwiper/index.vue";
import QuickQuestions from "./components/QuickQuestions/index.vue";
import discoveryCover from "@/components/ImageSwiper/images/2025-07-12_180248.jpg";
import { homeTabsData, getNearbyTags, homeTabContentData, homeQuickQuestionData } from "@/api/home";
import { useAppStore, useLocationStore } from "@/store";