Skip to content

Commit 80accf9

Browse files
committed
Added ES6 export
1 parent 0a309ec commit 80accf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ class SignaturePad extends Component {
205205
};
206206
}
207207

208-
module.exports = SignaturePad;
208+
export { SignaturePad as default }

0 commit comments

Comments
 (0)