From f326ff26059b0bccb4d24e89e997778320227a9a Mon Sep 17 00:00:00 2001 From: Fredrik Johansson Date: Fri, 26 Jun 2026 20:49:17 +0200 Subject: [PATCH] fix: remove unused useEffect import in ShareManager Co-Authored-By: Claude Sonnet 4.6 --- web/src/components/ShareManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ShareManager.tsx b/web/src/components/ShareManager.tsx index 2845a36..ef093d4 100644 --- a/web/src/components/ShareManager.tsx +++ b/web/src/components/ShareManager.tsx @@ -1,4 +1,4 @@ -import { useState, useEffect, useRef } from 'react' +import { useState, useRef } from 'react' import { useWaste } from '../store' interface ShareRecord {