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