Skip to content

Commit

Permalink
fixing invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Mar 7, 2021
1 parent 06d0d8b commit 9ffd30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import {
Inflector,
defaultRules,
pluralize,
singularize
} from "./lib/system";

export default Inflector;
const { defaultRules } = Inflector;

export {
pluralize,
Expand Down

0 comments on commit 9ffd30e

Please sign in to comment.