diff options
author | 2022-04-20 17:17:36 -0400 | |
---|---|---|
committer | 2022-04-20 17:17:36 -0400 | |
commit | e621c2f7d3844e950168f4198e4dd1c6f43031d0 (patch) | |
tree | 6c8cdae67acb0957054f2d1bcad832beb784d356 /packages/integrations/netlify/test/edge-functions/deps.ts | |
parent | 700d4f9649b72e98a56586a480e6d3c413cf45f1 (diff) | |
download | astro-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.ts | 1 |
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'; |