refactor: more tailwind components

This commit is contained in:
Tristan Yang
2023-01-30 18:56:37 +08:00
parent 5a2ac0f4ed
commit f5aabee719
46 changed files with 185 additions and 796 deletions
+1
View File
@@ -12,6 +12,7 @@ export interface MessagePayload {
content: string;
expires_in?: number | null;
properties?: {
name?: string;
local_id?: number;
content_type: string;
size: number;