Files
ALwrity/frontend/src/components/VideoStudio/dashboard/previews/index.ts

5 lines
324 B
TypeScript

export { CreateVideoPreview } from './CreateVideoPreview';
export { AvatarVideoPreview } from './AvatarVideoPreview';
export { EnhanceVideoPreview } from './EnhanceVideoPreview';
export { VideoTranslatePreview } from './VideoTranslatePreview';
export { VideoBackgroundRemoverPreview } from './VideoBackgroundRemoverPreview';