Skip to content

Commit ef5435e

Browse files
committed
fix: format
1 parent 6cea295 commit ef5435e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/helper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import fetch from 'isomorphic-fetch'
2-
import FormData from 'isomorphic-form-data'
1+
import fetch from 'isomorphic-fetch';
2+
import FormData from 'isomorphic-form-data';
33

4-
export default {fetch, FormData}
4+
export default { fetch, FormData };

0 commit comments

Comments
 (0)