import React from 'react'; import { createRoot } from 'react-dom/client'; const container = document.getElementById('app'); const App = () => { return (