import Pane from "./1.pane"; import Single from "./single/0.single"; BI.extend(BI, { Pane, Single, }); export { Pane, Single, }