Skip to content

Commit

Permalink
F: fix import error in EmailAdjuster.es (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Apr 22, 2018
1 parent ae1c253 commit 8fb1076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/EmailAdjuster.es
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {CAUSE} from "./constants";
import AdjusterInterface from "./AdjusterInterface";
import AdjusterError from "./AdjusterError.es";
import AdjusterError from "./AdjusterError";
import StringAdjuster from "./StringAdjuster";

const MAX_LENGTH_LOCAL = 64;
Expand Down

0 comments on commit 8fb1076

Please sign in to comment.