import { PageProps } from "$fresh/server.ts"; import { Head } from "$fresh/runtime.ts"; export default function App({ Component }: PageProps) { const globalCss = Deno .readTextFileSync("./static/global.css") .replaceAll("\n", ""); return ( <> app