Skip to content

Instantly share code, notes, and snippets.

@swimjiy

swimjiy/index.js Secret

Created January 31, 2021 14:05
Show Gist options
  • Save swimjiy/e809780c4fd26ac162fa77115f446d80 to your computer and use it in GitHub Desktop.
Save swimjiy/e809780c4fd26ac162fa77115f446d80 to your computer and use it in GitHub Desktop.
Main page
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