import { asset, Head } from "$fresh/runtime.ts"; import { PageProps } from "$fresh/server.ts"; import Modal from "../islands/Modal.tsx"; export default function App({ Component }: PageProps) { return ( <> ); }