diff --git a/src/components/Datetime/Datetime.tsx b/src/components/Datetime/Datetime.tsx index b8bcc12..668cddc 100644 --- a/src/components/Datetime/Datetime.tsx +++ b/src/components/Datetime/Datetime.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from "react"; -import clockImage from "/img/clock.png" +import clockImage from "/img/clock.png"; import style from "./style.module.css";