Skip to content

Commit

Permalink
fix(first fix): for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
programador51 committed Mar 27, 2024
1 parent 15114bd commit 6c11efd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/customHooks/useAddOn/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ import { downloadBase64 } from "../../helpers/files";
export default function useAddOn() {
const [state, setState] = useState<CrawledImageDom[]>([]);


useEffect(() => {
console.log('Hello world :)')

browser.runtime.onMessage.addListener(function (
message: MessageBrowserActions<"crawledContent">
) {
Expand Down

0 comments on commit 6c11efd

Please sign in to comment.