import React from 'react'; const ChatLight: React.FC = () => { return (
{/* Sidebar */}
{/* Company Selector */}
Zitlac Media
{/* Navigation Menu */}
Company Wiki
Submissions
Reports
{/* Active Chat Item */}
Chat
Help
{/* Bottom Section */}
Settings
{/* Company Report Card */}
Build [Company]'s Report
Share this form with your team members to capture valuable info about your company to train Auditly.
Invite
Copy
{/* Main Chat Area */}
What would you like to understand?
Accountability
Employee Growth
Customer Focus
Teamwork
How can the company serve them better?
How can the company serve them better?
How can the company serve them better?
How can the company serve them better?
Ask anything, use @ to tag staff and ask questions.
); }; export default ChatLight;