fix: add missing useRef import to InventoryWindow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4638e60043
commit
666af817a2
24 changed files with 128 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import React, { useEffect, useState, useMemo, useCallback } from 'react';
|
||||
import React, { useEffect, useState, useMemo, useCallback, useRef } from 'react';
|
||||
import { DraggableWindow } from './DraggableWindow';
|
||||
import { apiFetch } from '../../api/client';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue