Last active
March 6, 2017 12:30
-
-
Save berzniz/dc39a3d4c622202cd247e43c47844bb8 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
// component A | |
const a = () => ( | |
<Overdrive id="bender-to-fry"> | |
<img src="bender.img"/> | |
</Overdrive> | |
); | |
// component B | |
const b = () => ( | |
<Overdrive id="bender-to-fry"> | |
<img src="fry.img"/> | |
</Overdrive> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment