fixed 'not working collapsible nav'

This commit is contained in:
cnachtigall1991
2021-10-08 16:47:24 +02:00
parent 3515066ac0
commit aa0aef9483
3 changed files with 94 additions and 27 deletions

View File

@@ -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