Refactor: Remove legacy code and improve import statements across multiple files

This commit is contained in:
2025-11-03 20:03:42 +01:00
parent baf25103f7
commit 36452e77e2
15 changed files with 19 additions and 93 deletions

View File

@@ -1,5 +1,5 @@
import { Page } from 'rebrowser-playwright'
import Util from './Utils'
import { Util } from './Utils'
import type { ConfigHumanization } from '../interface/Config'
export class Humanizer {