sigit.io/src/pages/nostr/index.tsx

4 lines
51 B
TypeScript
Raw Normal View History

export const Nostr = () => {
return <>Nostr</>
}