Created
          May 3, 2021 08:35 
        
      - 
      
- 
        Save nakajo2011/cf5536ced6edf7d0ad2fb4a21ca1adc9 to your computer and use it in GitHub Desktop. 
    Apollo Client/Getting Started sample4
  
        
  
    
      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 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