Spaces:
Runtime error
Runtime error
| 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> | |
| ); | |
| } |