import { Head } from "fresh/runtime"; import { define } from "../utils.ts"; import Counter from "../islands/Counter.tsx"; export default define.page(function Home(ctx) { console.log("Shared value " + ctx.state.shared); return (
Fresh counter
the Fresh logo: a sliced lemon dripping with juice

Welcome to Fresh

Try updating this message in the ./routes/index.tsx file, and refresh.

); });