mirror of
https://github.com/sheptikhinv/timers.git
synced 2026-02-07 07:41:36 +05:00
unpack timers from localStorage
This commit is contained in:
parent
b0b04f645e
commit
2a1bae6021
4 changed files with 52 additions and 13 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import {useEffect, useState} from 'react';
|
||||
import Timer from '../../components/Timer/Timer';
|
||||
import styles from './Timers.module.css';
|
||||
import {formatFullTime} from "../../helpers/Formatters.ts";
|
||||
import {formatFullTime} from "../../helpers/DateFunctions.ts";
|
||||
|
||||
const Timers = () => {
|
||||
const [time, setTime] = useState(new Date());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue