diff --git a/src/hooks/index.ts b/src/hooks/index.ts index ff1aba4..ae39950 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -6,6 +6,7 @@ export { useToasts } from './useToasts' export { useAppLogic } from './useAppLogic' export { useConflictDetection } from './useConflictDetection' export { useDisclaimer } from './useDisclaimer' +export { useUnlockerSelection } from './useUnlockerSelection' // Export types export type { ToastType, Toast, ToastOptions } from './useToasts'