From 3cc2fe6d649907373e2ad20a48dff295ea9c9f52 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 25 Apr 2025 09:32:43 -0500 Subject: [PATCH] Add a placeholder useNostr hook --- src/hooks/useNostr.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/hooks/useNostr.ts 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";