fixed 'not working collapsible nav'
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {FormatDate, FormatDuration, FormatFullDate, FormatFullDuration} from "./DateTime";
|
||||
import {GoToMatch, GoToPlayer} from "./GoTo";
|
||||
import {GoToMatch, GoToPlayer, GoToLink} from "./GoTo";
|
||||
import {SaveLastVisitedToLocalStorage} from "./LocalStorage";
|
||||
import {GetHLTV_1} from "./HLTV";
|
||||
import {DisplayRank} from "./Display";
|
||||
|
||||
export {
|
||||
FormatDate, FormatFullDuration, FormatFullDate, FormatDuration,
|
||||
GoToMatch, GoToPlayer,
|
||||
GoToMatch, GoToPlayer, GoToLink,
|
||||
SaveLastVisitedToLocalStorage,
|
||||
GetHLTV_1,
|
||||
DisplayRank
|
||||
|
Reference in New Issue
Block a user