Bobby-GMS
Results
1
comments of
Bobby-GMS
This is my code: import ReactDOM from 'react-dom'; import React from 'react'; import './index.css'; import App from './App'; const root = ReactDOM.createRoot(document.getElementById('root')); root.render( ) and this is the error I'm...