import React, {FC} from "react"; import {__} from "../../globals"; import {NewTreeActions} from "../NewTreeActions"; export type DefaultWelcomeOptionsProps = { } export const DefaultWelcomeOptions: FC = () => { return

{__('When the customer buys....')}

}