import React from "react"; | |
import Hero from "../sections/blogs/Hero"; | |
import Blogsection from "../sections/blogs/Blogsection"; | |
const Blogs = () => { | |
return ( | |
<> | |
<Hero /> | |
<Blogsection /> | |
</> | |
); | |
}; | |
export default Blogs; | |
import React from "react"; | |
import Hero from "../sections/blogs/Hero"; | |
import Blogsection from "../sections/blogs/Blogsection"; | |
const Blogs = () => { | |
return ( | |
<> | |
<Hero /> | |
<Blogsection /> | |
</> | |
); | |
}; | |
export default Blogs; | |