src/applications/mhv-supply-reordering/components/VerifiedPrefillAlert.jsx
import React from 'react';
const VerifiedPrefillAlert = (
<va-alert status="info" class="vads-u-margin-bottom--2">
<div className="usa-alert-body">
Since you’re signed in to your account, you can save your order in
progress and come back later to finish filling it out.
</div>
</va-alert>
);
export default VerifiedPrefillAlert;