import type { Author } from '../../graphql/types.gen' import { AuthorCard } from '../Author/Card' import { Icon } from '../Nav/Icon' import '../../styles/Inbox.scss' // interface InboxProps { // chats?: Chat[] // messages?: Message[] // } export const InboxView = () => { // TODO: get user session return (