mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
feat: tools normalized
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DependencyList, EffectCallback, useEffect, useRef } from "react";
|
||||
import { DependencyList, EffectCallback, useEffect, useRef } from 'react';
|
||||
|
||||
/**
|
||||
* The useUpdateEffect function is a custom hook that behaves like useEffect, but only runs on updates and not on initial mount.
|
||||
|
Reference in New Issue
Block a user