From 3c70082ea319ea9583674f96d511d194e762d653 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Mon, 23 Sep 2024 11:39:18 +0200 Subject: [PATCH] chore: remove missing export --- contrib/fetch/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/fetch/src/index.ts b/contrib/fetch/src/index.ts index dc9fc7f249..df941e1b60 100644 --- a/contrib/fetch/src/index.ts +++ b/contrib/fetch/src/index.ts @@ -7,4 +7,3 @@ export * from "./flowTypes"; export * from "./utils"; export * from "./continueWith"; export * from "./ui"; -export * from "./client";