fix: build error in EditorToolbar

This commit is contained in:
SysVis AI 2025-12-28 20:28:42 +07:00
parent 8b685bdde3
commit 023cc3264c

View file

@ -4,7 +4,7 @@ interface EditorToolbarProps {
handleGenerate: () => void;
isLoading: boolean;
hasCode: boolean;
hasCode: boolean;
}
import { usePluginStore } from '../../store/pluginStore';