diff --git a/app/[locale]/prayers/page.tsx b/app/[locale]/prayers/page.tsx index 4fa9840..5f41718 100644 --- a/app/[locale]/prayers/page.tsx +++ b/app/[locale]/prayers/page.tsx @@ -1,7 +1,6 @@ 'use client' import { Container, - Grid, Card, CardContent, Typography, @@ -285,9 +284,9 @@ export default function PrayersPage() { - + {/* Categories Filter */} - + {/* Add Prayer Button */} @@ -353,10 +352,10 @@ export default function PrayersPage() { - + {/* Prayer Requests */} - + {loading ? ( {Array.from({ length: 3 }).map((_, index) => ( @@ -467,8 +466,8 @@ export default function PrayersPage() { })} )} - - + + {/* Add Prayer Dialog */}