Added useId hook for id retrival from token

This commit is contained in:
2023-07-27 17:54:06 +03:00
parent 3bb6809454
commit 9688f56c43
6 changed files with 98 additions and 7 deletions

View File

@ -4,3 +4,4 @@ export { default as useFetch } from './useFetch'
export { default as useStoryIndex } from './useStoryIndex'
export { default as useFilters } from './useFilters'
export { default as useSendWithButton } from './useSendWithButton'
export { default as useId } from './useId'