import React from "react"; import Body from "./Body"; import "/Users/dml-veerjot/Documents/development/html/blog_app/src/styleing/layout.css"; const Layout = () => { return (

Latest Blogs

); }; export default Layout;