blob: 0ffe267f1956bc289b3d1ae3d3c998c2ed52c538 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
import {
__require as require
} from "http://localhost:8080/bun:runtime";
import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js";
var hello = null ?? "world";
export function test() {
return testDone(import.meta.url);
}
|