This commit is contained in:
n4ze3m
2024-02-02 22:01:16 +05:30
parent 23e488770d
commit 28361c47e6
9 changed files with 487 additions and 17 deletions

View File

@@ -23,6 +23,7 @@ const sidePanelController = async () => {
chrome.runtime.sendMessage({ type: "sidepanel" })
}
})
}
sidePanelController()