deno.land / x / lume@v2.1.4 / tests / assets / jsx / index.jsx
12345678910111213/** @jsxImportSource npm:react@18.2.0 */
export const layout = "layout.jsx";export const title = "This is the title";
// Export a React componentexport default ( <> <h1>Hello world</h1> <p>This is a JSX page</p> </>);
Version Info