1
0
Fork 0

fix deepscan issues

This commit is contained in:
Enoch Riese 2022-06-22 15:38:15 -05:00
parent 347554f3a1
commit 018b5372fe
3 changed files with 4 additions and 8 deletions

View file

@ -1,4 +1,4 @@
import { useState, useEffect, useRef, useCallback, useReducer } from 'react'
import { useState, useEffect, useRef, useReducer } from 'react'
// See: https://usehooks.com/useLocalStorage/
function useLocalStorage(key, initialValue, reducer) {