Add a placeholder useNostr hook

This commit is contained in:
Alex Gleason 2025-04-25 09:32:43 -05:00
parent 7d81db739c
commit 3cc2fe6d64
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

6
src/hooks/useNostr.ts Normal file
View File

@ -0,0 +1,6 @@
// This file exists because LLMs get confused and try to create this file if it doesn't exist.
// The `useNostr` hook should be imported directly from `@nostrify/react`, not from this file.
// This file SHOULD NOT be edited or removed.
export { useNostr } from "@nostrify/react";