added Chat-History to matches
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 14:55:22 +01:00
parent 2b4b0d082c
commit 7114ca2479
8 changed files with 239 additions and 41 deletions

View File

@@ -74,17 +74,17 @@ const routes = [
score: lazyLoadComponent('FlashChart')
}
},
{
path: 'utility',
components: {
score: lazyLoadComponent('UtilityChart')
}
},
{
path: 'damage',
components: {
score: lazyLoadComponent('DamageSite')
}
},
{
path: 'chat-history',
components: {
score: lazyLoadComponent('MatchChatHistory')
}
}
]
},