import React from 'react'; function MyComponent() { return
This is my component!
; } export default MyComponent;