Skip to content

Instantly share code, notes, and snippets.

@isaac-paloit
Created June 7, 2021 14:16
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
ReactDOM.render(<App />, document.querySelector('#_sub-a-root'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment