diff --git a/app/components/Form.tsx b/app/components/Form.tsx index 19f887c..a1c12d1 100644 --- a/app/components/Form.tsx +++ b/app/components/Form.tsx @@ -138,7 +138,6 @@ export function Form() { const accordionRef0 = useRef(null); const [emptyProfile, setEmptyProfile] = useState(false); - const [exploded, setExploded] = useState(false); const { sceneView } = useContext(SceneViewContext) as SceneViewContextType; function handleChange() { @@ -236,16 +235,8 @@ export function Form() {
- - + +