Skip to content

Commit

Permalink
fix(useSessionStorage): 修复没有导出 useSessionStorage 的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lmhcoding committed Sep 29, 2020
1 parent 744af79 commit 644060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export * from './useToggle'
export * from './useBoolean'
export * from './useStorage'
export * from './useLocalStorage'
export * from './useStorage'
export * from './useSessionStorage'
export * from './useLifecycles'
export * from './useInterval'
export * from './useHash'
Expand Down

0 comments on commit 644060a

Please sign in to comment.