Split up thread post components

This commit is contained in:
Eric Bailey
2025-05-27 15:41:14 -05:00
parent e1587661f4
commit 15aca24547
7 changed files with 1265 additions and 45 deletions
+4
View File
@@ -1051,4 +1051,8 @@ export const atoms = {
transform: [],
},
}) as {transform: Exclude<ViewStyle['transform'], string | undefined>},
pointer: web({
cursor: 'pointer',
}),
} as const