refactor: Change default exports to named exports for consistency

This commit is contained in:
2026-01-02 17:05:06 +01:00
parent fe41b5c0c5
commit 4ee648e5cb
11 changed files with 16 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
import Browser from '../browser/Browser'
import { Browser } from '../browser/Browser'
import { MicrosoftRewardsBot } from '../index'
import type { AccountProxy } from '../interface/Account'
import { log } from '../util/notifications/Logger'