Skip to content

Commit dc02f61

Browse files
committed
Fix accidental import
1 parent e0ddd39 commit dc02f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { default } from './Video/Video';
1+
export { default } from './Video/Video';
22
export { default as DefaultPlayer } from './DefaultPlayer/DefaultPlayer';

0 commit comments

Comments
 (0)