even more refactoring

This commit is contained in:
cnachtigall1991
2021-10-15 04:55:46 +02:00
parent f536a0527f
commit b1a9448eb6
6 changed files with 70 additions and 66 deletions

View File

@@ -3,8 +3,8 @@ import {GoToLink, GoToMatch, GoToPlayer} from "./GoTo";
import {SaveLastVisitedToLocalStorage} from "./LocalStorage";
import {GetHLTV_1} from "./HLTV";
import {DisplayRank, LoadImage} from "./Display";
import {GetUser} from "./ApiRequests";
import {GetWinLoss, TrackMe, truncate, checkStatEmpty, getPlayerArr} from "./Utils";
import {GetUser, TrackMe} from "./ApiRequests";
import {setTitle, GetWinLoss, truncate, checkStatEmpty, getPlayerArr} from "./Utils";
export {
FormatDate, FormatFullDuration, FormatFullDate, FormatDuration,
@@ -12,6 +12,6 @@ export {
SaveLastVisitedToLocalStorage,
GetHLTV_1,
DisplayRank, LoadImage,
GetUser,
GetWinLoss, TrackMe, truncate, checkStatEmpty, getPlayerArr
GetUser, TrackMe,
setTitle, GetWinLoss, truncate, checkStatEmpty, getPlayerArr
}