We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645a791 commit c110d8fCopy full SHA for c110d8f
src/components/Modal/Modal.tsx
@@ -4,7 +4,7 @@ import clsx from 'clsx';
4
import { createPortal } from 'react-dom';
5
import { useEffect, useRef, useState } from 'react';
6
import { ModalManager } from './modalManager';
7
-import { mergeRefs } from '../utils/mergeRefs';
+import { mergeRefs } from '../utils';
8
9
let modalManager: ModalManager;
10
0 commit comments