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 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() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// import style from "./style.module.css";
|
||||
import style from "./style.module.css";
|
||||
|
||||
// function Timer({ hours, minutes }: { hours: number; minutes: number }) {
|
||||
// const x = hours > 0 ? `${hours}h ` : "";
|
||||
@@ -16,17 +16,17 @@
|
||||
|
||||
// function FourTwentyLoading() {}
|
||||
|
||||
// function FourTwentySmoking() {
|
||||
// return (
|
||||
// <div className={style.container}>
|
||||
// <img
|
||||
// className={style.image}
|
||||
// src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMjFlYnhzYzJnc3ZzejBnOGZzcHFpNGpxOHNrN2dwcnZ3NmZ2eWJ0dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5xaOcLRnsWIB0CkfE3u/giphy.gif"
|
||||
// alt="Smoking"
|
||||
// />
|
||||
// </div>
|
||||
// );
|
||||
// }
|
||||
function FourTwentySmoking() {
|
||||
return (
|
||||
<div className={style.container}>
|
||||
<img
|
||||
className={style.image}
|
||||
src="https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMjFlYnhzYzJnc3ZzejBnOGZzcHFpNGpxOHNrN2dwcnZ3NmZ2eWJ0dyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/5xaOcLRnsWIB0CkfE3u/giphy.gif"
|
||||
alt="Smoking"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default function FourTwenty() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user