fix(scanner): import useFocusTrap in ScanDisambiguationDialog #144
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/* eslint-disable @next/next/no-img-element -- external Scryfall/card CDN URLs */
|
/* eslint-disable @next/next/no-img-element -- external Scryfall/card CDN URLs */
|
||||||
import { useRef } from 'react';
|
import { useFocusTrap } from '../lib/use-focus-trap';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modal for picking among multiple catalog matches after a scan.
|
* Modal for picking among multiple catalog matches after a scan.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue