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,9 +1,9 @@
import { Event, EventTemplate } from './core'
import { Event, EventTemplate } from './core.ts'
import {
BadgeAward as BadgeAwardKind,
BadgeDefinition as BadgeDefinitionKind,
ProfileBadges as ProfileBadgesKind,
} from './kinds'
} from './kinds.ts'
/**
* Represents the structure for defining a badge within the Nostr network.