fix: Add removeVideo to store imports
This commit is contained in:
parent
2e203dad19
commit
21abb11766
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export function Gallery() {
|
|||
gallery, loadGallery, addToGallery, removeFromGallery, clearGallery,
|
||||
isGenerating,
|
||||
settings,
|
||||
videos, addVideo,
|
||||
videos, addVideo, removeVideo,
|
||||
setPrompt
|
||||
} = useStore();
|
||||
const [videoModalOpen, setVideoModalOpen] = React.useState(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue