From dd2538b48b7939b5772d0bb3a5b0d2e8bca101ae Mon Sep 17 00:00:00 2001 From: James Gregory Date: Sun, 12 Apr 2020 14:43:26 +1000 Subject: [PATCH] fix: incorrect case in import --- src/targets/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/targets/router.ts b/src/targets/router.ts index 0e58fedc..ccf712d7 100644 --- a/src/targets/router.ts +++ b/src/targets/router.ts @@ -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";