Source: media/gallery/index.js

  1. /**
  2. * A super module that collects media gallery related sub-modules.
  3. *
  4. * @namespace vef.media.gallery
  5. * @memberof vef.media
  6. */
  7. import "./Gallery.css";
  8. export * from './Gallery.js';