| 1 | import DataForm from "../Dataform/Dataform"; |
| 2 | import RightSection from "../RightSection/RightSection"; |
| 3 | import { memo, useRef } from "react"; |
| 4 | import LeftSection from "../LeftSection/LeftSection"; |
nothing calls this directly
no test coverage detected