From 2255bb8944e3882f81a94dd50039b15517299042 Mon Sep 17 00:00:00 2001
From: Artem Dychenko <s192441@student.pg.edu.pl>
Date: Tue, 4 Mar 2025 14:41:16 +0100
Subject: [PATCH] make some minor changes

---
 src/app/api/dashboard.api.ts                                    | 1 -
 .../dashboard-statistics/dashboard-statistics.component.scss    | 2 --
 2 files changed, 3 deletions(-)

diff --git a/src/app/api/dashboard.api.ts b/src/app/api/dashboard.api.ts
index c0378e5..435ea30 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 b4f8a6c..d47873a 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');
-- 
GitLab