Source code
Revision control
Copy as Markdown
Other Tools
import { g } from "./file_script_module_dynamic_and_element_imported_2.mjs";
import { h } from "./file_script_module_dynamic_and_element_imported_3.mjs";
g();
h();
export function f() {}