import { Button } from 'antd'; const App = () => { return ( <>
App
); }; export default App;