feat: add BlogPage and BlogContent components with blog data integration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { BlogContent } from "@/components/blog-content";
|
||||
|
||||
export default function BlogPage() {
|
||||
return <BlogContent />;
|
||||
}
|
||||
Reference in New Issue
Block a user