import React from 'react' const ExampleComponent = () => { return (
ExampleComponent
) } export default ExampleComponent