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 { const {
toolsPanel, toolsPanel,
previewPanel, previewPanel,
propertiesPanel,
mainContent, mainContent,
timeline, timeline,
setToolsPanel, setToolsPanel,
setPreviewPanel, setPreviewPanel,
setPropertiesPanel,
setMainContent, setMainContent,
setTimeline, setTimeline,
} = usePanelStore(); } = usePanelStore();