deno.land / x / fresh@1.1.1 / examples / counter / routes / index.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Counter from "../islands/Counter.tsx";
export default function Home() { return ( <div> <p> Welcome to Fresh. Try to update this message in the ./routes/index.tsx file, and refresh. </p> <Counter start={3} /> </div> );}
fresh

Version Info

Tagged at
2 years ago