format(www)

This commit is contained in:
Musa 2025-12-12 11:36:54 -08:00
parent a825ce9add
commit 64d45a7a00
27 changed files with 257 additions and 314 deletions

View file

@ -85,4 +85,3 @@ export function BlogCard({ post, index = 0 }: BlogCardProps) {
</motion.div>
);
}