summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_script_module_dynamic_and_element_imported_1.mjs
blob: f58abdf254dd922cf4671cfbd3fee3317051aa15 (plain)
1
2
3
4
5
6
7
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() {}