This commit is contained in:
MuslemRahimi 2024-06-30 12:17:43 +02:00
parent 3929f7c6f9
commit b895b04ed6

View File

@ -28,6 +28,8 @@ const updateTime = () => {
};
updateTime()
onMount(async () => {
const interval = setInterval(updateTime, 1000);