super-harness / src /app /(chat) /chat /[thread] /loading.tsx
Cyber Catalyst Team
Deploy to HF Spaces with LFS
4782147
Raw
History Blame Contribute Delete
74 Bytes
export default function Loading() {
return <div aria-label=""></div>;
}