refactored code
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
import {FormatDate, FormatDuration, FormatFullDate, FormatFullDuration} from "./DateTime";
|
||||
import {GoToMatch, GoToPlayer, GoToLink} from "./GoTo";
|
||||
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} from "./Utils";
|
||||
|
||||
export {
|
||||
FormatDate, FormatFullDuration, FormatFullDate, FormatDuration,
|
||||
GoToMatch, GoToPlayer, GoToLink,
|
||||
SaveLastVisitedToLocalStorage,
|
||||
GetHLTV_1,
|
||||
DisplayRank, LoadImage
|
||||
}
|
||||
FormatDate, FormatFullDuration, FormatFullDate, FormatDuration,
|
||||
GoToMatch, GoToPlayer, GoToLink,
|
||||
SaveLastVisitedToLocalStorage,
|
||||
GetHLTV_1,
|
||||
DisplayRank, LoadImage,
|
||||
GetUser,
|
||||
GetWinLoss, TrackMe
|
||||
}
|
||||
|
Reference in New Issue
Block a user