Skip to content

Commit c110d8f

Browse files
committed
Simplified mergeRefs import
1 parent 645a791 commit c110d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Modal/Modal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import clsx from 'clsx';
44
import { createPortal } from 'react-dom';
55
import { useEffect, useRef, useState } from 'react';
66
import { ModalManager } from './modalManager';
7-
import { mergeRefs } from '../utils/mergeRefs';
7+
import { mergeRefs } from '../utils';
88

99
let modalManager: ModalManager;
1010

0 commit comments

Comments
 (0)