From ace70de978402415de294cda7126570479a3abc0 Mon Sep 17 00:00:00 2001 From: Thomas Fuhrmann Date: Mon, 24 Mar 2025 15:06:18 +0100 Subject: [PATCH] Fix lints --- app/components/Form.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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() {
- - + +