export * from './lib/video-gallery.service';
export * from './lib/video-gallery.component';
export type { VideoItem } from './lib/video-gallery.component';
