UNPKG

jabb-astro-components

Version:
8 lines (6 loc) 232 B
import Cluster1 from './Cluster1'; import Cluster2 from './Cluster2'; import Cluster3 from './Cluster3'; import Gallery1 from './Gallery1'; const Cluster = { Cluster1, Cluster2, Cluster3, Gallery1 }; export default Cluster;