diff --git a/hotel-management/src/helpers/sendRequest.ts b/hotel-management/src/helpers/sendRequest.ts index 88ff8f1..a1a51cc 100644 --- a/hotel-management/src/helpers/sendRequest.ts +++ b/hotel-management/src/helpers/sendRequest.ts @@ -2,7 +2,7 @@ import { BASE_URL } from '../constants/path'; // Types -import { TResponse } from '../types/types'; +import { TResponse } from '../types/response'; type TMethodRequest = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH';