diff --git a/surfsense_web/components/tool-ui/video-presentation/generate-video-presentation.tsx b/surfsense_web/components/tool-ui/video-presentation/generate-video-presentation.tsx index 9f2115073..1eb9e7d26 100644 --- a/surfsense_web/components/tool-ui/video-presentation/generate-video-presentation.tsx +++ b/surfsense_web/components/tool-ui/video-presentation/generate-video-presentation.tsx @@ -485,7 +485,7 @@ function VideoPresentationPlayer({ ); } -function StatusPoller({ +export function StatusPoller({ presentationId, title, shareToken, diff --git a/surfsense_web/components/tool-ui/video-presentation/index.ts b/surfsense_web/components/tool-ui/video-presentation/index.ts index 7298a08ad..fbc982690 100644 --- a/surfsense_web/components/tool-ui/video-presentation/index.ts +++ b/surfsense_web/components/tool-ui/video-presentation/index.ts @@ -1 +1,4 @@ -export { GenerateVideoPresentationToolUI } from "./generate-video-presentation"; +export { + GenerateVideoPresentationToolUI, + StatusPoller as VideoPresentationViewer, +} from "./generate-video-presentation";