import React from 'react';
import { Button } from 'antd';

const App = () => <Button type="primary">primary button</Button>;

export default App;
