Skip to content

Instantly share code, notes, and snippets.

@decpk
Created January 28, 2021 07:22
Show Gist options
  • Select an option

  • Save decpk/bc020e4bfe91196302d87dfcf307b3d2 to your computer and use it in GitHub Desktop.

Select an option

Save decpk/bc020e4bfe91196302d87dfcf307b3d2 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import App from './components/App';
ReactDOM.render(
<App />,
document.querySelector( '#root' )
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment