mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
feat: export video presentation viewer
This commit is contained in:
parent
11d63e4c68
commit
e04627e185
2 changed files with 5 additions and 2 deletions
|
|
@ -485,7 +485,7 @@ function VideoPresentationPlayer({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function StatusPoller({
|
export function StatusPoller({
|
||||||
presentationId,
|
presentationId,
|
||||||
title,
|
title,
|
||||||
shareToken,
|
shareToken,
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
export { GenerateVideoPresentationToolUI } from "./generate-video-presentation";
|
export {
|
||||||
|
GenerateVideoPresentationToolUI,
|
||||||
|
StatusPoller as VideoPresentationViewer,
|
||||||
|
} from "./generate-video-presentation";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue