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

@@ -13,7 +13,7 @@ import { extractBalancedObject } from '../util/core/Utils'
import { saveSessionData } from '../util/state/Load'
export default class BrowserFunc {
export class BrowserFunc {
private bot: MicrosoftRewardsBot
constructor(bot: MicrosoftRewardsBot) {