uncomment (the most) important code
This commit is contained in:
@@ -13,7 +13,7 @@ import Timetable from "@/components/Timetable/Timetable";
|
|||||||
import Weather from "@/components/Weather/Weather";
|
import Weather from "@/components/Weather/Weather";
|
||||||
|
|
||||||
import amogus from "/img/amogus.png";
|
import amogus from "/img/amogus.png";
|
||||||
import FourTwenty from "../FourTwenty/FourTwenty";
|
import FourTwenty from "@components/FourTwenty/FourTwenty";
|
||||||
import style from "./style.module.css";
|
import style from "./style.module.css";
|
||||||
|
|
||||||
export default function Dashboard() {
|
export default function Dashboard() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// import style from "./style.module.css";
|
import style from "./style.module.css";
|
||||||
|
|
||||||
// function Timer({ hours, minutes }: { hours: number; minutes: number }) {
|
// function Timer({ hours, minutes }: { hours: number; minutes: number }) {
|
||||||
// const x = hours > 0 ? `${hours}h ` : "";
|
// const x = hours > 0 ? `${hours}h ` : "";
|
||||||
@@ -16,17 +16,17 @@
|
|||||||
|
|
||||||
// function FourTwentyLoading() {}
|
// function FourTwentyLoading() {}
|
||||||
|
|
||||||
// function FourTwentySmoking() {
|
function FourTwentySmoking() {
|
||||||
// return (
|
return (
|
||||||
// <div className={style.container}>
|
<div className={style.container}>
|
||||||
// <img
|
<img
|
||||||
// className={style.image}
|
className={style.image}
|
||||||
// src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMjFlYnhzYzJnc3ZzejBnOGZzcHFpNGpxOHNrN2dwcnZ3NmZ2eWJ0dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5xaOcLRnsWIB0CkfE3u/giphy.gif"
|
src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMjFlYnhzYzJnc3ZzejBnOGZzcHFpNGpxOHNrN2dwcnZ3NmZ2eWJ0dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5xaOcLRnsWIB0CkfE3u/giphy.gif"
|
||||||
// alt="Smoking"
|
alt="Smoking"
|
||||||
// />
|
/>
|
||||||
// </div>
|
</div>
|
||||||
// );
|
);
|
||||||
// }
|
}
|
||||||
|
|
||||||
export default function FourTwenty() {
|
export default function FourTwenty() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user