Separated useSendWithButton hook from useAddAnnouncement

This commit is contained in:
2023-07-27 16:55:07 +03:00
parent 8220b43e9b
commit 2a229c96ba
3 changed files with 34 additions and 21 deletions

View File

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