diff --git a/src/hooks/useNostr.ts b/src/hooks/useNostr.ts new file mode 100644 index 0000000..68db540 --- /dev/null +++ b/src/hooks/useNostr.ts @@ -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";