This commit is contained in:
2025-08-27 23:32:08 +02:00
committed by Arif Hasanic
parent 97d9a04b29
commit 0cb9867bc7
7 changed files with 44 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
import Flatastic from "@/components/Flatastic/Flatastic";
import HomeAssistant from "@/components/HomeAssistant/HomeAssistant";
import Timetable from "@/components/Timetable/Timetable";
import Footer from "@/components/Footer/Footer";
import style from "./style.module.css";
@@ -19,7 +20,9 @@ export default function Dashboard() {
</div>
</div>
<div className={style.footer}></div>
<div className={style.footer}>
<Footer />
</div>
</div>
);
}