import * as SearchHistoryClient from "@/client/SearchHistory.client" import type { HotKeyword } from "@/types/searchHistory.types"; export async function getHoyKeyword(size: number): Promise { return SearchHistoryClient.getHoyKeyword(size) }