/* @component-map * App — Main container, displays a greeting card * @end-component-map */ function App() { return (
👋

Howdy, World!

Your first Deplixo app is live.

); } ReactDOM.createRoot(document.getElementById("root")).render();