import { MainLayout } from "../../layouts/MainLayout"; const Blog = () => { return (

Blog

); }; export default Blog;