never import anything from index.ts in submodules.

This commit is contained in:
fiatjaf
2024-05-26 12:02:24 -03:00
parent 4f4de458e9
commit 9562c408b3
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { EventTemplate, NostrEvent } from './core.ts'
import { RelayRecord } from './index.ts'
import { RelayRecord } from './relay.ts'
export interface WindowNostr {
getPublicKey(): Promise<string>