Add missing semicolon

This commit is contained in:
2025-08-30 23:33:55 +02:00
parent bbee38af9b
commit f87d3da269

View File

@@ -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";