Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git] / packages / components / containers / autoReply / AutoReplyForm / AutoReplyFormPermanent.tsx
blobc8808eb4883f50a5135703b08b69b1878466e7cf
1 import { c } from 'ttag';
3 import Alert from '@proton/components/components/alert/Alert';
5 const AutoReplyFormPermanent = () => (
6     <Alert className="mb-4">{c('Info').t`Auto-reply is active until you turn it off.`}</Alert>
7 );
9 export default AutoReplyFormPermanent;