mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
remove: blogpages components
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
import { BlogsList, FeaturedCardBlog, BlogHeading, BlogBreadCrumb } from 'src/components/modules/blogs';
|
||||||
|
|
||||||
|
const BlogsPage = () => {
|
||||||
|
return(
|
||||||
|
<>
|
||||||
|
<BlogBreadCrumb />
|
||||||
|
<BlogHeading />
|
||||||
|
<FeaturedCardBlog />
|
||||||
|
<BlogsList />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
export default BlogsPage
|
@@ -1,13 +0,0 @@
|
|||||||
import { BlogsList, FeaturedCardBlog, BlogHeading, BlogBreadCrumb } from 'src/components/modules/blogs';
|
|
||||||
|
|
||||||
const BlogsPage = () => {
|
|
||||||
return(
|
|
||||||
<>
|
|
||||||
<BlogBreadCrumb />
|
|
||||||
<BlogHeading />
|
|
||||||
<FeaturedCardBlog />
|
|
||||||
<BlogsList />
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
export default BlogsPage
|
|
Reference in New Issue
Block a user