summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/edge-functions/deps.ts
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2022-04-20 17:17:36 -0400
committerGravatar Matthew Phillips <matthew@skypack.dev> 2022-04-20 17:17:36 -0400
commite621c2f7d3844e950168f4198e4dd1c6f43031d0 (patch)
tree6c8cdae67acb0957054f2d1bcad832beb784d356 /packages/integrations/netlify/test/edge-functions/deps.ts
parent700d4f9649b72e98a56586a480e6d3c413cf45f1 (diff)
downloadastro-e621c2f7d3844e950168f4198e4dd1c6f43031d0.tar.gz
astro-e621c2f7d3844e950168f4198e4dd1c6f43031d0.tar.zst
astro-e621c2f7d3844e950168f4198e4dd1c6f43031d0.zip
Revert "Fixes using React.lazy and Suspense"
This reverts commit 700d4f9649b72e98a56586a480e6d3c413cf45f1.
Diffstat (limited to 'packages/integrations/netlify/test/edge-functions/deps.ts')
-rw-r--r--packages/integrations/netlify/test/edge-functions/deps.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/netlify/test/edge-functions/deps.ts b/packages/integrations/netlify/test/edge-functions/deps.ts
index 1b23a94f7..f3e46181a 100644
--- a/packages/integrations/netlify/test/edge-functions/deps.ts
+++ b/packages/integrations/netlify/test/edge-functions/deps.ts
@@ -1,4 +1,3 @@
// @ts-nocheck
export { fromFileUrl } from 'https://deno.land/std@0.110.0/path/mod.ts';
export { assertEquals, assert } from 'https://deno.land/std@0.132.0/testing/asserts.ts';
-export * from 'https://deno.land/x/deno_dom/deno-dom-wasm.ts';