Skip to content

Commit

Permalink
fix: incorrect case in import
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Apr 12, 2020
1 parent ad0f247 commit dd2538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Services } from "../services";
import { UnsupportedError } from "../errors";
import { ConfirmForgotPassword } from "./confirmForgotPassword";
import { ConfirmSignUp } from "./confirmSignUp";
import { ForgotPassword } from "./ForgotPassword";
import { ForgotPassword } from "./forgotPassword";
import { InitiateAuth } from "./initiateAuth";
import { SignUp } from "./signUp";

Expand Down

0 comments on commit dd2538b

Please sign in to comment.