feat(pencil): fix with yarn lint:fix

This commit is contained in:
atiteux 2024-01-22 11:17:40 +01:00
parent 75218e45df
commit 6a9dde596a

View File

@ -7,7 +7,8 @@ import ShowDocs from './util/ShowDocs';
const stateSet = ['first', 'second', 'third', 'fourth', 'fifth'];
const Demo = () => {
const { state, prev, next, setStateAt, setState, currentIndex, isFirst, isLast } = useStateList(stateSet);
const { state, prev, next, setStateAt, setState, currentIndex, isFirst, isLast } =
useStateList(stateSet);
const indexInput = useRef<HTMLInputElement>(null);
const stateInput = useRef<HTMLInputElement>(null);