diff --git a/assets/js/src/settings/pages/send_with/other/other_sending_methods.tsx b/assets/js/src/settings/pages/send_with/other/other_sending_methods.tsx index 5b91bc18b8..7b590eec38 100644 --- a/assets/js/src/settings/pages/send_with/other/other_sending_methods.tsx +++ b/assets/js/src/settings/pages/send_with/other/other_sending_methods.tsx @@ -1,10 +1,13 @@ import React from 'react'; import SendingMethod from './sending_method'; +import SPF from './spf'; export default function OtherSendingMethods() { return (
+ +
); } diff --git a/assets/js/src/settings/pages/send_with/other/spf.tsx b/assets/js/src/settings/pages/send_with/other/spf.tsx new file mode 100644 index 0000000000..eb66e2f390 --- /dev/null +++ b/assets/js/src/settings/pages/send_with/other/spf.tsx @@ -0,0 +1,14 @@ +import React from 'react'; +import { t } from 'common/functions'; +import { Label, Inputs } from 'settings/components'; + +export default function SPF() { + return ( + <> +