import { useLocation } from 'preact-iso'; export function Header() { const { url } = useLocation(); return (
); }