fix code style issues

This commit is contained in:
2025-08-31 15:56:36 +02:00
parent f7de45e47c
commit c95c9de320
2 changed files with 27 additions and 28 deletions

View File

@@ -15,6 +15,7 @@ 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";
export default function Dashboard() {
const schemes = [style.day, style.evening, style.night];