feat: export video presentation viewer

This commit is contained in:
CREDO23 2026-06-23 15:18:00 +02:00
parent 11d63e4c68
commit e04627e185
2 changed files with 5 additions and 2 deletions

View file

@ -485,7 +485,7 @@ function VideoPresentationPlayer({
);
}
function StatusPoller({
export function StatusPoller({
presentationId,
title,
shareToken,

View file

@ -1 +1,4 @@
export { GenerateVideoPresentationToolUI } from "./generate-video-presentation";
export {
GenerateVideoPresentationToolUI,
StatusPoller as VideoPresentationViewer,
} from "./generate-video-presentation";