mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +00:00
7 lines
282 B
TypeScript
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";
|