Skip to content

Commit

Permalink
✨ feat(blogs): Create blogs page component
Browse files Browse the repository at this point in the history
- Implement blogs page component
- Add functionality and layout for blogs page

Footer: 0.0.30
  • Loading branch information
fasakinhenry committed Jun 21, 2024
1 parent cc028d7 commit 7ca772e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Blog.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react';

const Blog = () => {
return <h2>Blog Component</h2>;
};

export default Blog;

0 comments on commit 7ca772e

Please sign in to comment.