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,
|
gallery, loadGallery, addToGallery, removeFromGallery, clearGallery,
|
||||||
isGenerating,
|
isGenerating,
|
||||||
settings,
|
settings,
|
||||||
videos, addVideo,
|
videos, addVideo, removeVideo,
|
||||||
setPrompt
|
setPrompt
|
||||||
} = useStore();
|
} = useStore();
|
||||||
const [videoModalOpen, setVideoModalOpen] = React.useState(false);
|
const [videoModalOpen, setVideoModalOpen] = React.useState(false);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue