diff --git a/packages/core/useSessionStorage/index.ts b/packages/core/useSessionStorage/index.ts index 749c8d3..aa54939 100644 --- a/packages/core/useSessionStorage/index.ts +++ b/packages/core/useSessionStorage/index.ts @@ -1,5 +1,4 @@ -import { isFunction } from '@react-hooks-library/shared' -import { Dispatch, SetStateAction, useCallback } from 'react' +import { useCallback } from 'react' import { useState } from 'react' import { useMount } from '../useMount'