chore(web): drop unused React import; static-import idbHandles consistently

This commit is contained in:
Jannis Braun
2026-05-02 20:54:50 +02:00
parent bc32eccc2d
commit f33ebe2aa7
2 changed files with 2 additions and 5 deletions
@@ -1,4 +1,4 @@
import React, { useState, useRef, useEffect, useMemo } from 'react';
import { useState, useRef, useEffect, useMemo } from 'react';
import { useTransferStore, type Transfer } from '../../stores/transferStore';
function fmt(bytes: number): string {