feat(messaging): render masqueraded messages

This commit is contained in:
Paul
2021-11-04 20:55:26 +00:00
parent fd3c7630a1
commit 718f530017
9 changed files with 71 additions and 37 deletions

View File

@@ -3,6 +3,7 @@ import styled, { css } from "styled-components";
export interface IconBaseProps<T> {
target?: T;
url?: string;
attachment?: Attachment;
size: number;