Add missing file extensions to imports

This commit is contained in:
Alex Gleason
2024-03-18 11:51:00 -05:00
parent 632184afb8
commit ad07d260ab
12 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
import { sha256 } from '@noble/hashes/sha256'
import { EventTemplate } from './core'
import { FileServerPreference } from './kinds'
import { EventTemplate } from './core.ts'
import { FileServerPreference } from './kinds.ts'
import { bytesToHex } from '@noble/hashes/utils'
/**