mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-23 04:19:48 +00:00
Fix comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { MutableRefObject, useEffect, useRef } from 'react';
|
||||
|
||||
// Types
|
||||
import { Nullable } from '../types/common';
|
||||
import { Nullable } from '@type/common';
|
||||
|
||||
/**
|
||||
* Custom hook to call handler when click outside element
|
||||
|
||||
Reference in New Issue
Block a user