Skip to content

Instantly share code, notes, and snippets.

@LUN7
Created January 3, 2021 13:32
Show Gist options
  • Save LUN7/d03ab9e24b15d3aa46ff06bcf9df64e7 to your computer and use it in GitHub Desktop.
Save LUN7/d03ab9e24b15d3aa46ff06bcf9df64e7 to your computer and use it in GitHub Desktop.
index.js
import React from 'react';
import ReactDOM from 'react-dom';
import App from "./App";
ReactDOM.render( <App/>, document.getElementById('root') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment