Rename Chartsview component

This commit is contained in:
Matthias 2023-05-02 19:58:37 +02:00
parent 5b1daec683
commit 8b92567319
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const routes: Array<RouteRecordRaw> = [
{ {
path: '/graph', path: '/graph',
name: 'Freqtrade Graph', name: 'Freqtrade Graph',
component: () => import('@/views/GraphsView.vue'), component: () => import('@/views/ChartsView.vue'),
}, },
{ {
path: '/logs', path: '/logs',