Remove unused CSS module import from BlogCard component

This commit is contained in:
2025-05-17 22:26:29 +02:00
parent f612ee1520
commit bb3f67a83f
-1
View File
@@ -1,5 +1,4 @@
import { Link } from 'react-router-dom'; import { Link } from 'react-router-dom';
import "./BlogCard.module.css"
export interface BlogPostProps { export interface BlogPostProps {
id: string; id: string;