diff options
Diffstat (limited to 'src/utils/hooks/index.ts')
| -rw-r--r-- | src/utils/hooks/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/hooks/index.ts b/src/utils/hooks/index.ts index f1063ce..9181b6a 100644 --- a/src/utils/hooks/index.ts +++ b/src/utils/hooks/index.ts @@ -1,12 +1,12 @@ export * from './use-ackee'; export * from './use-article'; +export * from './use-autofocus'; export * from './use-boolean'; export * from './use-breadcrumb'; export * from './use-comments'; export * from './use-data-from-api'; export * from './use-github-api'; export * from './use-headings-tree'; -export * from './use-input-autofocus'; export * from './use-is-mounted'; export * from './use-local-storage'; export * from './use-match-media'; |
