mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 06:54:23 +01:00
update
This commit is contained in:
@@ -4,7 +4,7 @@ const [currentDate, setCurrentDate] = createSignal(new Date());
|
||||
|
||||
setInterval(() => {
|
||||
setCurrentDate(new Date());
|
||||
}, 10000);
|
||||
}, 7000);
|
||||
|
||||
const useDatePulser = (): Accessor<Date> => {
|
||||
return currentDate;
|
||||
|
||||
Reference in New Issue
Block a user