Footer
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user