refactor: remove unused imports

This commit is contained in:
Maze Winther
2025-06-30 23:25:25 +02:00
parent b474ad6b15
commit 011be3d9a5

View File

@ -20,12 +20,10 @@ export default function Editor() {
const {
toolsPanel,
previewPanel,
propertiesPanel,
mainContent,
timeline,
setToolsPanel,
setPreviewPanel,
setPropertiesPanel,
setMainContent,
setTimeline,
} = usePanelStore();