import React from 'react'; /** Custom layout for chats on desktop. */ const ChatsPage: React.FC = ({ children }) => { return (