Update use-with-create-react-app.zh-CN.md (#23938)

This commit is contained in:
初心Yearth 2020-05-10 13:12:32 +08:00 committed by GitHub
parent 8cce0383a1
commit 7f1e7a3120
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ $ yarn add antd
```jsx
import React from 'react';
import { Button } from 'antd';
import Button from 'antd/es/button';
import './App.css';
const App = () => (