import React from 'react'; const packagename = 'coral-plugin-questionbox'; import Slot from 'coral-framework/components/Slot'; const QuestionBox = ({enable, content}) =>
chat_bubble person
{content}
; export default QuestionBox;