Source: media/gallery/index.js

/**
 * A super module that collects media gallery related sub-modules.
 * 
 * @namespace vef.media.gallery
 * @memberof vef.media
 */
import "./Gallery.css";
export * from './Gallery.js';