even more refactoring ✨
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user