import React, { StrictMode } from 'react' import { render } from 'react-dom' import { App } from './app' render( , document.getElementById('root') )