Skip to content

Instantly share code, notes, and snippets.

@ericdcobb
Created February 12, 2020 23:52
Show Gist options
  • Save ericdcobb/af8837d44561b111023b376777a67fef to your computer and use it in GitHub Desktop.
Save ericdcobb/af8837d44561b111023b376777a67fef to your computer and use it in GitHub Desktop.
import React from 'react';
const MyMockComponent = () => (<div>Hello World</div>);
export default MyMockComponent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment