[APP-2065] yassify app embed (#10210)

This commit is contained in:
Spence Pope
2026-04-10 12:08:09 -04:00
committed by GitHub
parent d8fdfddbaf
commit 13b453e506
6 changed files with 82 additions and 84 deletions
+1
View File
@@ -39,6 +39,7 @@ render(<LandingPage />, root)
function LandingPage() {
const [uri, setUri] = useState('')
const [colorMode, setColorMode] = useState<ColorModeValues>('system')
const [error, setError] = useState<string | null>(null)
const [loading, setLoading] = useState(false)
const [thread, setThread] = useState<AppBskyFeedDefs.ThreadViewPost | null>(