diff --git a/src/components/MainDashContent.svelte b/src/components/MainDashContent.svelte index 71c90c56..5a774d20 100644 --- a/src/components/MainDashContent.svelte +++ b/src/components/MainDashContent.svelte @@ -13,7 +13,7 @@ }}>

- {$_('dashboard-title')} + {$_('dashboard-title')} - {$_('dashboard-greeting')}, + import { StatsService } from "@odit/lfk-client-js"; import { _ } from "svelte-i18n"; - import { TrackService, StatsService } from "@odit/lfk-client-js"; const stats_promise = StatsService.statsControllerGet(); stats_promise.then((res) => { console.log(res); @@ -19,7 +19,7 @@ {:then stats} - - + {:catch error}