From 6595a7f8bb12261a4e833cbd7abc2e1c82e338d0 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 31 Aug 2025 15:59:22 +0200 Subject: [PATCH] fix code style issues --- src/components/Dashboard/Dashboard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Dashboard/Dashboard.tsx b/src/components/Dashboard/Dashboard.tsx index 10e0be5..4c7af04 100644 --- a/src/components/Dashboard/Dashboard.tsx +++ b/src/components/Dashboard/Dashboard.tsx @@ -13,7 +13,6 @@ import Timetable from "@/components/Timetable/Timetable"; import Weather from "@/components/Weather/Weather"; import amogus from "/img/amogus.png"; -import style from "./style.module.css"; import FourTwenty from "../FourTwenty/FourTwenty"; import style from "./style.module.css";