Skip to content

Instantly share code, notes, and snippets.

@baranovxyz
Created May 7, 2020 19:39
Show Gist options
  • Save baranovxyz/135c76cca4b13849fcfd4ec3ab5b4cfd to your computer and use it in GitHub Desktop.
Save baranovxyz/135c76cca4b13849fcfd4ec3ab5b4cfd to your computer and use it in GitHub Desktop.
const Modal = ({children}) => <div className='Modal'>
{children}
</div>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment