UNPKG

jabb-astro-components

Version:
16 lines (12 loc) 333 B
// One Column import C1S1 from "./col-1/Scp-1"; const Col1 = { C1S1 }; // Two Columns import C2S1 from "./col-2/Scp-1"; import C2S2 from "./col-2/Scp-2"; const Col2 = { C2S1, C2S2 }; // Three Columns import C3S1 from "./col-3/Scp-1"; const Col3 = { C3S1 }; const Scope = { Col1, Col2, Col3 }; export default Scope;