import React from 'react'; export const Servers: React.FC = React.memo(() => { return
Servers
; }); Servers.displayName = 'Servers';