diff --git a/web/ts/utilities/fetch-wrappers.ts b/web/ts/utilities/fetch-wrappers.ts index ed4bf4f0c..0c780409e 100644 --- a/web/ts/utilities/fetch-wrappers.ts +++ b/web/ts/utilities/fetch-wrappers.ts @@ -1,3 +1,5 @@ +import { postFormData } from "../global"; + /** * Wrapper for Javascript's fetch function for GET * @param {string} url URL to fetch