diff --git a/src/routes/LoginRoute.ts b/src/routes/LoginRoute.ts index b28dc37..f0329db 100644 --- a/src/routes/LoginRoute.ts +++ b/src/routes/LoginRoute.ts @@ -93,5 +93,3 @@ function authUser( } }); } - -exports.LoginRoute = LoginRoute; diff --git a/src/strings.ts b/src/strings.ts index 9509dc8..6c608b7 100644 --- a/src/strings.ts +++ b/src/strings.ts @@ -15,5 +15,3 @@ local COVID19 guidelines.", be notified if they report being tested positive with COVID19. If \ you are tested positive, please tell me /COVIDPOSITIVE", }; - -exports.strings_en = strings_en;