Something went wrong. Try again.
A Bsky-like frontend using the atprotocol natively.
Something went wrong. Try again.
142 B · 5 lines
TSX
at main
123456import './LoadingScreen.css';
export default function LoadingScreen() { return <div className="loading-screen">Loading session…</div>;}