Move search to its own file, validate and search by nip05

This commit is contained in:
Jon Staab
2024-10-03 15:25:17 -07:00
parent 63761c91c8
commit d747424c28
6 changed files with 115 additions and 91 deletions
+1
View File
@@ -10,6 +10,7 @@ export * from './profiles'
export * from './relays'
export * from './relaySelections'
export * from './router'
export * from './search'
export * from './session'
export * from './storage'
export * from './sync'