products modal added

This commit is contained in:
Paul Fresnel
2024-11-09 17:39:17 +01:00
parent fb1c4406f2
commit 46734345c6
8 changed files with 369 additions and 167 deletions
+5
View File
@@ -0,0 +1,5 @@
const LoadingSpinner = () => (
<div className="animate-spin rounded-full h-12 w-12 border-4 border-bakery-600 border-t-transparent" />
);
export default LoadingSpinner;