import React from 'react' export default function ({ text }) { return
{text}
}