'use client'; import React from 'react'; import { useRouter } from 'next/navigation'; import './success.scss'; const DeleteAccountSuccessPage = () => { const router = useRouter(); return (
Your account will remain accessible for 30 days
If you change your mind, you can log in anytime within the next 30 days and reactivate your account from your profile page.