diff --git a/assets/js/src/settings/pages/advanced/bounce_address.tsx b/assets/js/src/settings/pages/advanced/bounce_address.tsx deleted file mode 100644 index b352f9e1bf..0000000000 --- a/assets/js/src/settings/pages/advanced/bounce_address.tsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react'; -import { t, onChange } from 'common/functions'; -import { useSetting } from 'settings/store/hooks'; -import { Label, Inputs } from 'settings/components'; - -export default function BounceAddress() { - const [email, setEmail] = useSetting('bounce', 'address'); - - return ( - <> -