This commit is contained in:
TheNetsky
2023-10-05 15:35:25 +02:00
parent 78a7566978
commit e982e6e25f
14 changed files with 87 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
import { Browser, mobileBrowser } from './Browser'
import { getDashboardData, getEarnablePoints, goHome } from './BrowserFunc'
import { Browser, mobileBrowser } from './browser/Browser'
import { getDashboardData, getEarnablePoints, goHome } from './browser/BrowserFunc'
import { log } from './util/Logger'
import { login } from './functions/Login'