uncomment (the most) important code
Some checks failed
CI / build (push) Successful in 13s
CI / lint (push) Failing after 9s
CI / build-and-push-docker (push) Successful in 19s

This commit is contained in:
2025-08-31 16:01:43 +02:00
parent 6595a7f8bb
commit 8f9b2c6abe
2 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ import Timetable from "@/components/Timetable/Timetable";
import Weather from "@/components/Weather/Weather";
import amogus from "/img/amogus.png";
import FourTwenty from "../FourTwenty/FourTwenty";
import FourTwenty from "@components/FourTwenty/FourTwenty";
import style from "./style.module.css";
export default function Dashboard() {