import { Outlet } from "react-router" import SearchHeader from "./SearchHeader" import Icon from "../md-components/Icon" const PageBody = () => { return <> {/* { window.location.protocol !== "https:" ?
warning Сайт использует протокол HTTP, часть функционала недоступна
: <> } */}
} export default PageBody