import React from 'react'; import {hydrateRoot} from 'react-dom/client'; import App from './components/App.js'; hydrateRoot( document, );