diff --git a/pages/blogs.tsx b/pages/blogs.tsx
index e69de29bb..6685eefca 100644
--- a/pages/blogs.tsx
+++ b/pages/blogs.tsx
@@ -0,0 +1,13 @@
+import { BlogsList, FeaturedCardBlog, BlogHeading, BlogBreadCrumb } from 'src/components/modules/blogs';
+
+const BlogsPage = () => {
+ return(
+ <>
+
+
+
+
+ >
+ )
+}
+export default BlogsPage
\ No newline at end of file
diff --git a/src/components/modules/blogs/BlogsPage/BlogsPage.tsx b/src/components/modules/blogs/BlogsPage/BlogsPage.tsx
deleted file mode 100644
index 6685eefca..000000000
--- a/src/components/modules/blogs/BlogsPage/BlogsPage.tsx
+++ /dev/null
@@ -1,13 +0,0 @@
-import { BlogsList, FeaturedCardBlog, BlogHeading, BlogBreadCrumb } from 'src/components/modules/blogs';
-
-const BlogsPage = () => {
- return(
- <>
-
-
-
-
- >
- )
-}
-export default BlogsPage
\ No newline at end of file