This commit is contained in:
skidoodle 2022-04-26 00:50:56 +02:00
parent 1a2aa9f678
commit 2d726ddfe3
6 changed files with 115 additions and 2013 deletions

View file

@ -5,6 +5,8 @@ import styles from 'styles/Home.module.scss'
const now = () => dayjs().tz()
const format = 'hhA'
const Time = () => {
const [date, setDate] = useState(now())