From 4239e8d5fb68601dd835dca93de17245da3098de Mon Sep 17 00:00:00 2001 From: RaktimaNXG Date: Thu, 29 Feb 2024 17:58:32 +0530 Subject: [PATCH] fix: import useEffect issue --- .../src/Component/WidgetComponent/inputValidation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microfrontends/SignDocuments/src/Component/WidgetComponent/inputValidation.js b/microfrontends/SignDocuments/src/Component/WidgetComponent/inputValidation.js index ec281c647..a03f0708c 100644 --- a/microfrontends/SignDocuments/src/Component/WidgetComponent/inputValidation.js +++ b/microfrontends/SignDocuments/src/Component/WidgetComponent/inputValidation.js @@ -1,4 +1,4 @@ -import React from "react"; +import React, { useEffect } from "react"; import { themeColor } from "../../utils/ThemeColor/backColor"; import ModalUi from "../../premitives/ModalUi";