fix build error
This commit is contained in:
@@ -119,11 +119,6 @@ const InteractiveSegPoints = () => {
|
||||
}
|
||||
|
||||
const InteractiveSeg = () => {
|
||||
const [interactiveSegState, updateInteractiveSegState] = useStore((state) => [
|
||||
state.interactiveSegState,
|
||||
state.updateInteractiveSegState,
|
||||
])
|
||||
|
||||
return (
|
||||
<div>
|
||||
<InteractiveSegConfirmActions />
|
||||
|
||||
Reference in New Issue
Block a user