@@ -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[]> {