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