Skip to content

Commit

Permalink
🐜 just a single import
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Mar 18, 2024
1 parent c1af032 commit fa708b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import type { LocalStorageOptions, LocalStorageState } from './src/useLocalStorageState.js'
import useLocalStorageState from './src/useLocalStorageState.js'
import useLocalStorageState, {
type LocalStorageState,
type LocalStorageOptions,
} from './src/useLocalStorageState.js'

export default useLocalStorageState

Expand Down

0 comments on commit fa708b7

Please sign in to comment.