diff --git a/src/app/api/dashboard.api.ts b/src/app/api/dashboard.api.ts
index c0378e578080391477224b2e328834d66ac890ee..435ea300e31ff2c68245248832340890c853f602 100644
--- a/src/app/api/dashboard.api.ts
+++ b/src/app/api/dashboard.api.ts
@@ -4,7 +4,6 @@ import { map, Observable, tap } from 'rxjs';
 import {
   DashboardStatistics,
   DashboardStatisticsDto,
-  dashboardStatisticsToDto,
   dtoToDashboardStatistics,
 } from '../models/dashboard-statistics';
 import { ApiResponse } from '../models/api-response';
diff --git a/src/app/components/dashboard-statistics/dashboard-statistics.component.scss b/src/app/components/dashboard-statistics/dashboard-statistics.component.scss
index b4f8a6ccd9b74cab34757ca6c5a3c8a2ba78f653..d47873acccb583766cc8f47ff775c1de8229f330 100644
--- a/src/app/components/dashboard-statistics/dashboard-statistics.component.scss
+++ b/src/app/components/dashboard-statistics/dashboard-statistics.component.scss
@@ -15,7 +15,6 @@
     }
   }
 
-
   .statistics {
     display: flex;
     flex-direction: column;
@@ -59,7 +58,6 @@
         margin-top: map.get(vars.$text, 'lg');
         width: 100%;
 
-
         th, td {
           width: 20%;
           padding: map.get(vars.$spacing, 'sm');