feat: refactor BlogCard, ProjectCard, and ProjectModal components to use new type definitions and improve structure
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { BlogPostProps } from "../components/BlogCard";
|
||||
import type {BlogPostProps} from '../untils/BlogPostProps'
|
||||
|
||||
export const blogPostsData: BlogPostProps[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user