chore(web): drop unused React import; static-import idbHandles consistently
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user