fix: import useEffect issue

This commit is contained in:
RaktimaNXG
2024-02-29 17:58:32 +05:30
parent c8ee455865
commit 4239e8d5fb
@@ -1,4 +1,4 @@
import React from "react";
import React, { useEffect } from "react";
import { themeColor } from "../../utils/ThemeColor/backColor";
import ModalUi from "../../premitives/ModalUi";