Skip to content

Commit

Permalink
feat(pencil): fix with yarn lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreT-DevId committed Jan 22, 2024
1 parent 75218e4 commit 6a9dde5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stories/useStateList.story.tsx
Expand Up @@ -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);

Expand Down

0 comments on commit 6a9dde5

Please sign in to comment.