import React, { FC } from 'react'; const AuditLog: FC = () => { return ( <>Hello, AuditLog</> ); }; export default AuditLog;