mkstack/src/hooks/useNostr.ts
2025-04-25 09:32:43 -05:00

7 lines
282 B
TypeScript

// 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";