diff --git a/src/components/LoginSignUp/SignUpConfirmation_old.tsx b/src/components/LoginSignUp/SignUpConfirmation_old.tsx deleted file mode 100644 index 852490c96..000000000 --- a/src/components/LoginSignUp/SignUpConfirmation_old.tsx +++ /dev/null @@ -1,52 +0,0 @@ -import { useNavigation } from "@react-navigation/native"; -import { - Body1, - Button -} from "components/SharedComponents"; -import { View } from "components/styledComponents"; -import { t } from "i18next"; -import React from "react"; -import { openInbox } from "sharedHelpers/mail.ts"; - -import Header from "./Header"; -import LoginSignUpWrapper from "./LoginSignUpWrapper"; - -const textClass = "color-white self-center text-center mt-5 px-10"; - -const SignUpConfirmationOld = ( ) => { - const navigation = useNavigation( ); - - return ( - - -
- - - {t( "One-last-step" )} - - - {t( "We-sent-a-confirmation-email" )} - - - {t( "Please-click-the-link" )} - -