Skip to content

Instantly share code, notes, and snippets.

@giovannibenussi
Last active May 1, 2020 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giovannibenussi/1224efde14af0474a10b28271ce05c69 to your computer and use it in GitHub Desktop.
Save giovannibenussi/1224efde14af0474a10b28271ce05c69 to your computer and use it in GitHub Desktop.
import React from 'react'
function App() {
return (
<div>
<h1>Apollo Mocks Demo 🚀</h1>
</div>
)
}
export default App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment