diff --git a/web/src/api.ts b/web/src/api.ts index 37680a8..015c271 100644 --- a/web/src/api.ts +++ b/web/src/api.ts @@ -87,15 +87,3 @@ function handleError(error: unknown, context: string): void { handleVoidResponse, handleError }; - -export { - getAuthHeader, - apiGet, - apiPost, - apiPut, - apiDelete, - apiPatch, - handleResponse, - handleVoidResponse, - handleError -};