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 95cb717..c9ed01e 100644 --- a/src/utils/hooks/index.ts +++ b/src/utils/hooks/index.ts @@ -2,7 +2,7 @@ export * from './use-ackee'; export * from './use-article'; export * from './use-articles-list'; export * from './use-boolean'; -export * from './use-breadcrumb'; +export * from './use-breadcrumbs'; export * from './use-comments'; export * from './use-form'; export * from './use-github-repo-meta'; |
