Commit 2af1a411ab84b7499cd51ff544ca34815599075b
1 parent
e3fb1ec4
fix: useVisualBoardContext will trigger error
Showing
1 changed file
with
0 additions
and
3 deletions
... | ... | @@ -15,9 +15,6 @@ |
15 | 15 | PauseCircleOutlined, |
16 | 16 | } from '@ant-design/icons-vue'; |
17 | 17 | import { Button, Tooltip } from 'ant-design-vue'; |
18 | - import { useVisualBoardContext } from '../../hook/useVisualBoardContext'; | |
19 | - | |
20 | - const {} = useVisualBoardContext(); | |
21 | 18 | |
22 | 19 | withDefaults( |
23 | 20 | defineProps<{ | ... | ... |