deno.land / x / fresh@1.1.1 / examples / counter / routes / index.tsx
1234567891011121314import 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> );}
Version Info