import React from "react"; const App = () => { return <h1>Hello from React in Winter CMS!</h1>; }; export default App;
info at phpclasses dot org