Ver código fonte

编译失败

lizi 2 anos atrás
pai
commit
91e55a7e62
1 arquivos alterados com 1 adições e 1 exclusões
  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[]> {