Skip to content

Commit

Permalink
Merge pull request #168 from nwalters512/js-file-extensions
Browse files Browse the repository at this point in the history
Add file extensions to imports for ES Module support
  • Loading branch information
dgreif authored Aug 24, 2022
2 parents 5f66ee9 + d3cb7dd commit 74806f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import LocalTimeElement from './local-time-element'
import RelativeTimeElement from './relative-time-element'
import TimeAgoElement from './time-ago-element'
import TimeUntilElement from './time-until-element'
import LocalTimeElement from './local-time-element.js'
import RelativeTimeElement from './relative-time-element.js'
import TimeAgoElement from './time-ago-element.js'
import TimeUntilElement from './time-until-element.js'

export {LocalTimeElement, RelativeTimeElement, TimeAgoElement, TimeUntilElement}

0 comments on commit 74806f5

Please sign in to comment.