feat: refactor BlogCard, ProjectCard, and ProjectModal components to use new type definitions and improve structure

This commit is contained in:
2025-05-26 18:09:09 +02:00
parent 8e2030b0ab
commit e8a3611dfb
8 changed files with 214 additions and 182 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { BlogPostProps } from "../components/BlogCard";
import type {BlogPostProps} from '../untils/BlogPostProps'
export const blogPostsData: BlogPostProps[] = [
{