remove un-used imports

This commit is contained in:
Sepehr Safari 2024-01-18 17:16:24 +03:30
parent 6d7ad22677
commit f6ed374f2f
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import { Event, EventTemplate } from './core.ts' import { Event, EventTemplate } from './core.ts'
import { ClassifiedListing, DraftClassifiedListing } from './kinds.ts' import { ClassifiedListing, DraftClassifiedListing } from './kinds.ts'
import { finalizeEvent, generateSecretKey } from './pure.ts'
/** /**
* Represents the details of a price. * Represents the details of a price.