import { Button } from 'antd'; import { Outlet } from 'react-router-dom'; const Home = () => { return (
); }; export default Home;