Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c110d8f

Browse files
committedMay 7, 2021
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.