// deno-lint-ignore-file react-no-danger import { PageProps } from "$fresh/server.ts"; import { Partial } from "$fresh/runtime.ts"; export default function App({ Component }: PageProps) { const globalCss = Deno.readTextFileSync("./static/global.css"); return (