瀏覽代碼

编译失败

lizi 2 年之前
父節點
當前提交
91e55a7e62
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/services/searchHistory.service.ts

+ 1 - 1
src/services/searchHistory.service.ts

@@ -1,4 +1,4 @@
-import * as SearchHistoryClient from "@/client/SearchHistory.client"
+import * as SearchHistoryClient from "@/client/searchHistory.client"
 import type { HotKeyword } from "@/types/searchHistory.types";
 
 export async function getHoyKeyword(size: number): Promise<HotKeyword[]> {