Skip to content

Commit 56ad0d7

Browse files
committed
Export Timecode as both default and Timecode
1 parent db2e032 commit 56ad0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { Timecode as default } from './Timecode'
1+
export { Timecode as default, Timecode } from './Timecode'
22
export * from './utils'

0 commit comments

Comments
 (0)