import { PageProps } from "fresh"; import { Partial } from "fresh/runtime"; export default function App({ Component }: PageProps) { const globalCss = Deno.readTextFileSync("./static/global.css"); return (