1 2 3 4
import { data_a1 } from "./a1.mjs"; export function read_from_b1() { console.error("In B1", data_a1); }