Skip to content

Instantly share code, notes, and snippets.

@nakajo2011
Created May 3, 2021 08:35
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 nakajo2011/cf5536ced6edf7d0ad2fb4a21ca1adc9 to your computer and use it in GitHub Desktop.
Save nakajo2011/cf5536ced6edf7d0ad2fb4a21ca1adc9 to your computer and use it in GitHub Desktop.
Apollo Client/Getting Started sample4
import React from 'react';
import './App.css';
import './ExchangeRates'
import ExchangeRates from "./ExchangeRates";
export default function App() {
return (
<div>
<h2>My first Apollo app 🚀</h2>
<ExchangeRates />
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment