import React from 'react' export const AfterInput: React.FC = () => { return
{`Hello this is afterInput`}
}