Add CSS module import to BlogCard component and restructure Home page skills section

This commit is contained in:
2025-05-16 14:57:32 +02:00
parent c741dc73bb
commit 1656b07225
2 changed files with 162 additions and 85 deletions
+1
View File
@@ -1,4 +1,5 @@
import { Link } from 'react-router-dom';
import "./BlogCard.module.css"
export interface BlogPostProps {
id: string;