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 ( -//
-//
+