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