Spaces:
Runtime error
Runtime error
File size: 332 Bytes
ba968c4 |
1 2 3 4 5 6 7 8 9 10 |
import React from 'react';
export default function TmaLoader() {
return (
<div className="flex flex-col items-center justify-center py-10">
<div className="animate-spin rounded-full h-12 w-12 border-b-2 border-tg-secondary"></div>
<p className="mt-4 text-tg-textSecondary text-sm">Loading...</p>
</div>
);
} |