aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-framework-next/client.development.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bun-framework-next/client.development.tsx')
-rw-r--r--packages/bun-framework-next/client.development.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/bun-framework-next/client.development.tsx b/packages/bun-framework-next/client.development.tsx
index c08eb513e..614eb2698 100644
--- a/packages/bun-framework-next/client.development.tsx
+++ b/packages/bun-framework-next/client.development.tsx
@@ -1,6 +1,5 @@
globalThis.global = globalThis;
globalThis.Bun_disableCSSImports = true;
-import "./bun-error";
import * as React from "react";
var onlyChildPolyfill = React.Children.only;