From cba102102c3c633c35f21d23dbf20d511e40c32b Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Wed, 18 Oct 2023 11:49:04 +0330 Subject: [PATCH] CFE-3 Fixed test --- .../Form/UpdateForm/UpdateContent/RestInfo/index.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/expert-management/Form/UpdateForm/UpdateContent/RestInfo/index.jsx b/src/components/dashboard/expert-management/Form/UpdateForm/UpdateContent/RestInfo/index.jsx index 072c096..824f1cb 100644 --- a/src/components/dashboard/expert-management/Form/UpdateForm/UpdateContent/RestInfo/index.jsx +++ b/src/components/dashboard/expert-management/Form/UpdateForm/UpdateContent/RestInfo/index.jsx @@ -1,5 +1,6 @@ -import Province from "./Province"; -import PositionAndRole from "./PositionAndRole"; +import PositionAndRole + from "@/components/dashboard/expert-management/Form/UpdateForm/UpdateContent/RestInfo/PositionAndRole"; +import Province from "@/components/dashboard/expert-management/Form/UpdateForm/UpdateContent/RestInfo/Province"; const RestInfo = ({formik}) => { return (