diff --git a/frontend/src/pages/downloader/Downloader.tsx b/frontend/src/pages/downloader/Downloader.tsx
index fc42164..e1e0820 100644
--- a/frontend/src/pages/downloader/Downloader.tsx
+++ b/frontend/src/pages/downloader/Downloader.tsx
@@ -1,5 +1,3 @@
-import { useEffect, useMemo, useState } from "react";
-
export default function Downloader() {
return (
diff --git a/frontend/src/pages/home/components/Services/Services.tsx b/frontend/src/pages/home/components/Services/Services.tsx
index 6c45a63..4873d10 100644
--- a/frontend/src/pages/home/components/Services/Services.tsx
+++ b/frontend/src/pages/home/components/Services/Services.tsx
@@ -1,13 +1,8 @@
-import { useState } from "react";
-
import KinematografieSection from "./kinematografie";
import DroneServisSection from "./droneServis";
import WebsiteServiceSection from "./webs";
-import styles from "./Services.module.css";
-
export default function Services() {
- const [active, setActive] = useState
(null);
return (
diff --git a/frontend/src/pages/home/components/Services/TradingGraph.tsx b/frontend/src/pages/home/components/Services/TradingGraph.tsx
index c00a8b2..2ee03de 100644
--- a/frontend/src/pages/home/components/Services/TradingGraph.tsx
+++ b/frontend/src/pages/home/components/Services/TradingGraph.tsx
@@ -37,7 +37,6 @@ export default function TradingGraph() {
const colorOther = styles.getPropertyValue("--c-other").trim();
const colorLines = styles.getPropertyValue("--c-lines").trim();
const colorBoxes = styles.getPropertyValue("--c-boxes").trim();
- const colorBg = styles.getPropertyValue("--c-background").trim();
// Set canvas size
const rect = canvas.getBoundingClientRect();
diff --git a/frontend/src/pages/home/components/Services/droneServis.tsx b/frontend/src/pages/home/components/Services/droneServis.tsx
index f83cba3..8bd9960 100644
--- a/frontend/src/pages/home/components/Services/droneServis.tsx
+++ b/frontend/src/pages/home/components/Services/droneServis.tsx
@@ -1,6 +1,3 @@
-import styles from "./Services.module.css";
-
-
export default function DroneServisSection() {
return (
diff --git a/frontend/src/pages/home/components/Services/kinematografie.tsx b/frontend/src/pages/home/components/Services/kinematografie.tsx
index 5970fad..2ad41fe 100644
--- a/frontend/src/pages/home/components/Services/kinematografie.tsx
+++ b/frontend/src/pages/home/components/Services/kinematografie.tsx
@@ -1,5 +1,3 @@
-import styles from "./Services.module.css";
-
export default function KinematografieSection() {
return (
diff --git a/frontend/src/pages/home/components/Services/webs.tsx b/frontend/src/pages/home/components/Services/webs.tsx
index 7d6ffc2..1ea9a87 100644
--- a/frontend/src/pages/home/components/Services/webs.tsx
+++ b/frontend/src/pages/home/components/Services/webs.tsx
@@ -1,6 +1,3 @@
-import styles from "./Services.module.css";
-import TradingGraph from "./TradingGraph";
-
export default function WebsiteServiceSection() {
return (