This repository has been archived on 2026-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
itsthevine/src/components/LoadingSpinner.tsx
T
2024-11-09 17:39:17 +01:00

5 lines
172 B
TypeScript

const LoadingSpinner = () => (
<div className="animate-spin rounded-full h-12 w-12 border-4 border-bakery-600 border-t-transparent" />
);
export default LoadingSpinner;