import './Content.style.scss' import GithubIcon from '~/assets/icons/github.svg' function Content() { const openPopup = () => { chrome.runtime.sendMessage({ action: 'openPopup' }, (response) => { console.log(response) }) } return (