import { Head } from "$fresh/runtime.ts"; import Counter from "../islands/Counter.tsx"; export default function Home() { return ( <>
Welcome to `fresh`. Try updating this message in the ./routes/index.tsx file, and refresh.