ae9ac5cbdc
* Revert "Revert "Fixes using React.lazy and Suspense""
This reverts commit e621c2f7d3
.
* Adds a changeset
* Fix ts errors
* Remove netlify metadata folder
4 lines
240 B
TypeScript
4 lines
240 B
TypeScript
// @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';
|