Created
October 16, 2018 16:18
-
-
Save bvodola/75d606b35ed7d7720b3e77863275696d to your computer and use it in GitHub Desktop.
This file contains 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
// Some random page example | |
import Pixel from '../components/Pixel' | |
export default () => | |
<div> | |
<Pixel name='FACEBOOK_PIXEL_1' /> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment