import React from 'react'; // ==================================================================================== // NOTE: This component is no longer used in the application. // The Stripe checkout flow has been removed. // This file is kept to avoid breaking imports but its content is non-functional. // ==================================================================================== const CheckoutSuccessView: React.FC = () => { return (

View Deprecated

This view is currently not in use.

); }; export default CheckoutSuccessView;