mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 11:51:20 +00:00
remove: blogpages components
This commit is contained in:
parent
e7df9201fb
commit
bd3fe6b18d
@ -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
|
Loading…
x
Reference in New Issue
Block a user