import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
const Text = ({
  data: {
    value: text
  }
}) => /*#__PURE__*/_jsx("div", {
  children: text
});
export default Text;