add: copyright

This commit is contained in:
Timothy Z. 2024-07-25 11:56:13 +03:00
parent 6fbb5837e1
commit 37be201d41

View file

@ -1,3 +1,5 @@
// Copyright (C) 2017-2024 Smart code 203358507
import { useEffect, useRef } from 'react';
const useOutsideClick = (callback: () => void) => {