From 8f9b2c6abe233c39178bba7f21e0677db2996620 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sun, 31 Aug 2025 16:01:43 +0200 Subject: [PATCH] uncomment (the most) important code --- src/components/Dashboard/Dashboard.tsx | 2 +- src/components/FourTwenty/FourTwenty.tsx | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/Dashboard/Dashboard.tsx b/src/components/Dashboard/Dashboard.tsx index 4c7af04..c148626 100644 --- a/src/components/Dashboard/Dashboard.tsx +++ b/src/components/Dashboard/Dashboard.tsx @@ -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() { diff --git a/src/components/FourTwenty/FourTwenty.tsx b/src/components/FourTwenty/FourTwenty.tsx index 1785a87..0d362dc 100644 --- a/src/components/FourTwenty/FourTwenty.tsx +++ b/src/components/FourTwenty/FourTwenty.tsx @@ -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 ( -//
-// Smoking -//
-// ); -// } +function FourTwentySmoking() { + return ( +
+ Smoking +
+ ); +} export default function FourTwenty() { return (