Skip to content

Instantly share code, notes, and snippets.

@JuanmeGarcia
Created October 28, 2022 13:00
Show Gist options
  • Save JuanmeGarcia/d4c1686efc2859ae9e273d9e3113bd06 to your computer and use it in GitHub Desktop.
Save JuanmeGarcia/d4c1686efc2859ae9e273d9e3113bd06 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import App from './App';
const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment