Skip to content

Instantly share code, notes, and snippets.

@EthanBonsignori
Last active March 25, 2021 17:03
Show Gist options
  • Select an option

  • Save EthanBonsignori/06a55e99ee25ef602e6d8f2e46c24cc9 to your computer and use it in GitHub Desktop.

Select an option

Save EthanBonsignori/06a55e99ee25ef602e6d8f2e46c24cc9 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import './styles/index.css';
import App from './components/App';
ReactDOM.render(
<App />,
document.getElementById('root')
);
@EthanBonsignori
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment