refactor: remove unused imports
This commit is contained in:
parent
b474ad6b15
commit
011be3d9a5
|
|
@ -20,12 +20,10 @@ export default function Editor() {
|
|||
const {
|
||||
toolsPanel,
|
||||
previewPanel,
|
||||
propertiesPanel,
|
||||
mainContent,
|
||||
timeline,
|
||||
setToolsPanel,
|
||||
setPreviewPanel,
|
||||
setPropertiesPanel,
|
||||
setMainContent,
|
||||
setTimeline,
|
||||
} = usePanelStore();
|
||||
|
|
|
|||
Loading…
Reference in New Issue