Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created August 17, 2020 00:49
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 marshallmurphy/1730d8d3af6a9634396b4d7454de6876 to your computer and use it in GitHub Desktop.
Save marshallmurphy/1730d8d3af6a9634396b4d7454de6876 to your computer and use it in GitHub Desktop.
// Main.js
import React from 'react';
import logo from './logo.svg';
import './App.css';
const Main = () => (
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
);
export default Main;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment