Skip to content

Commit

Permalink
cleanup(hooks): remove unsused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsarpit committed Dec 25, 2021
1 parent dd08873 commit 1b0495d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/useSessionStorage/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 1b0495d

Please sign in to comment.