import { useLocation } from "preact-iso/router"; export default function Header() { const { url } = useLocation(); return (
); }