Files
Trilium/apps/client/src/widgets/react/LoadingSpinner.tsx
2025-08-22 18:23:54 +03:00

3 lines
97 B
TypeScript

export default function LoadingSpinner() {
return <span className="bx bx-loader bx-spin" />
}