code style fix
All checks were successful
CI / build (push) Successful in 12s
CI / lint (push) Successful in 9s
CI / build-and-push-docker (push) Successful in 18s

This commit is contained in:
2025-08-31 16:02:49 +02:00
parent 8f9b2c6abe
commit 24f0aa75d5

View File

@@ -1,5 +1,5 @@
import FourTwenty from "@components/FourTwenty/FourTwenty";
import { useEffect, useState } from "react";
import Card from "@/components/Card/Card";
import {
CardColumn,
@@ -11,9 +11,7 @@ import Footer from "@/components/Footer/Footer";
import Terminal from "@/components/Terminal/Terminal";
import Timetable from "@/components/Timetable/Timetable";
import Weather from "@/components/Weather/Weather";
import amogus from "/img/amogus.png";
import FourTwenty from "@components/FourTwenty/FourTwenty";
import style from "./style.module.css";
export default function Dashboard() {