fix: remove unused useEffect import in ShareManager

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-06-26 20:49:17 +02:00
parent e0704f210c
commit f326ff2605

View File

@@ -1,4 +1,4 @@
import { useState, useEffect, useRef } from 'react' import { useState, useRef } from 'react'
import { useWaste } from '../store' import { useWaste } from '../store'
interface ShareRecord { interface ShareRecord {