Created
July 18, 2017 15:42
-
-
Save jonsherrard/aafa0b6a83e44783b0516ec3b6638155 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
class Accordian extends Component { | |
render() { | |
return ( | |
<img src="https://68.media.tumblr.com/c4aed1e6b5b33f1d3902ecd8dcae6ef5/tumblr_o7odnl5H2N1rfd7lko1_500.gif"/> | |
) | |
} | |
} | |
export default Accordian |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment