export default function isHomepage(): Boolean { return window.location.pathname === '/'; }