Skip to content

Commit

Permalink
fix: remove default export
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvorak committed Apr 16, 2023
1 parent ba6f8eb commit 35b5364
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
import * as properties from './properties'

export * from './properties'
export default properties

0 comments on commit 35b5364

Please sign in to comment.