Remove dependency to powerhooks

This commit is contained in:
Joseph Garrone 2024-06-06 04:35:57 +02:00
parent 62bf846d5f
commit c52157bfb9

View File

@ -1,5 +1,5 @@
import { useEffect } from "react";
import { useConst } from "powerhooks/useConst";
import { useConst } from "./useConst";
import { id } from "tsafe/id";
/** Callback is guaranteed to be call only once per component mount event in strict mode */