deno.land / x / fresh@1.1.1 / tests / fixture_jsx_pragma / routes / index.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
/** @jsx h */import { h } from "preact";import Island from "../islands/Island.tsx";
export default function Home() { return ( <div> <h1>Hello World</h1> <Island /> </div> );}
fresh

Version Info

Tagged at
2 years ago