import React from 'react'; export const Component = () => { return
My first component
; };