/* layers-viz.jsx — visual diagrams for the 3-layer cognitive model */
const MacroVizLayer = () =>
;
const PerspectivesViz = () =>
;
const ConvergeViz = () =>
;
window.MacroVizLayer = MacroVizLayer;
window.PerspectivesViz = PerspectivesViz;
window.ConvergeViz = ConvergeViz;