import React from "react"; import { getWidgetType, widgets } from "../../utils/Utils"; function DragElement(item) { const getWidgets = widgets; const filterWidgetPreview = getWidgets.filter( (data) => data.type === item?.text ); return