import { Head } from "$fresh/runtime.ts"; import Counter from "../islands/Counter.tsx"; export default function Home() { return ( <> Fresh App
the fresh logo: a sliced lemon dripping with juice

Welcome to `fresh`. Try updating this message in the ./routes/index.tsx file, and refresh. Hiiiiiii

); }