deno.land / x / fresh@1.1.1 / tests / fixture_jsx_pragma / routes / index.tsx
12345678910111213/** @jsx h */import { h } from "preact";import Island from "../islands/Island.tsx";
export default function Home() { return ( <div> <h1>Hello World</h1> <Island /> </div> );}
Version Info