Rich text attempt 1

This commit is contained in:
2025-06-21 20:26:51 -07:00
parent 6a117db0ae
commit 2636746da3
6 changed files with 549 additions and 23 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ export default function Wrapper({ children }: { children: React.ReactNode }) {
}} />
{children}
</ThemedView>
</ThemedView >
);
}