diff --git a/src/app/blog/page.jsx b/src/app/blog/page.jsx index 86f2699..45a359d 100644 --- a/src/app/blog/page.jsx +++ b/src/app/blog/page.jsx @@ -3,7 +3,7 @@ import React from 'react' const page = () => { return (
- blogs here + All the blogs will be publish here
) }