deno.land / x / lume@v2.1.4 / tests / assets / jsx_preact / index.jsx
12345678910111213/** @jsxImportSource npm:preact@10.10.6 */
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