Skip to content

Instantly share code, notes, and snippets.

@gregoryanderson
Created February 7, 2020 17:49
Show Gist options
  • Save gregoryanderson/8772404f2b5e934c53f2062c02746a33 to your computer and use it in GitHub Desktop.
Save gregoryanderson/8772404f2b5e934c53f2062c02746a33 to your computer and use it in GitHub Desktop.
Oneline App.js
import React from 'react';
import logo from './logo.svg';
import './App.css';
function App() {
return (
<div className="App">
<p>hey everyone!</p>
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment