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