chore: file formatting

This commit is contained in:
Kailasdevdas
2026-05-26 15:48:01 +05:30
parent 8a21e0bf38
commit 78e2618a29
117 changed files with 12775 additions and 14638 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import apiClient from "@/api/client";
import apiClient from '@/api/client';
export const getInquiriesApi = async () => {
const res = await apiClient.get("/inquiry/getAll");
const res = await apiClient.get('/inquiry/getAll');
return res.data;
};