completionId: cgen-6442163afb844055b52af89b4995abc8

cgen-6442163afb844055b52af89b4995abc8
This commit is contained in:
Builder.io 2025-11-07 19:37:57 +00:00
parent 31230cbbed
commit 54ac2989d8

View file

@ -714,6 +714,17 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
{/* Supabase Configuration Status */}
<SupabaseStatus />
<style>{`
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
`}</style>
</div>
);
}