Refactor: Clean up unused imports and improve code readability across multiple files

This commit is contained in:
2025-11-03 19:52:27 +01:00
parent a932f48425
commit baf25103f7
6 changed files with 15 additions and 22 deletions

View File

@@ -1,6 +1,5 @@
import { Page } from 'rebrowser-playwright'
import { load } from 'cheerio'
import { MicrosoftRewardsBot } from '../index'
type DismissButton = { selector: string; label: string; isXPath?: boolean }