diff options
author | crupest <crupest@outlook.com> | 2023-09-21 21:05:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-09-21 21:05:04 +0800 |
commit | a8a8385cd959e4d9d57b8a35381d2851049c07ff (patch) | |
tree | a933e8a6c1e8b577149dba624514148507a61a50 /FrontEnd/src/components/hooks/index.ts | |
parent | 04863bd8ebb543a436bde0d49250010038ab9f90 (diff) | |
download | timeline-a8a8385cd959e4d9d57b8a35381d2851049c07ff.tar.gz timeline-a8a8385cd959e4d9d57b8a35381d2851049c07ff.tar.bz2 timeline-a8a8385cd959e4d9d57b8a35381d2851049c07ff.zip |
...
Diffstat (limited to 'FrontEnd/src/components/hooks/index.ts')
-rw-r--r-- | FrontEnd/src/components/hooks/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/components/hooks/index.ts b/FrontEnd/src/components/hooks/index.ts index 98ce729e..972bf5ce 100644 --- a/FrontEnd/src/components/hooks/index.ts +++ b/FrontEnd/src/components/hooks/index.ts @@ -2,4 +2,4 @@ export { useMobile } from "./responsive"; export { default as useClickOutside } from "./useClickOutside"; export { default as useScrollToBottom } from "./useScrollToBottom"; export { default as useWindowLeave } from "./useWindowLeave"; -export { default as useAutoUnsubscribePromise } from "./useAutoUnsubscribePromise"; +export { default as useReloadKey } from "./useReloadKey"; |