Skip to content

Commit

Permalink
fix: bad cjs import
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jan 15, 2021
1 parent 8c3d906 commit ff990a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.cjs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { default: Form, ...rest } = require('./index.ts');
const { default: Form, ...rest } = require('./index');

module.exports = Object.assign(Form, rest);

0 comments on commit ff990a3

Please sign in to comment.