mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Update use-with-create-react-app.zh-CN.md (#23938)
This commit is contained in:
parent
8cce0383a1
commit
7f1e7a3120
@ -60,7 +60,7 @@ $ yarn add antd
|
|||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Button } from 'antd';
|
import Button from 'antd/es/button';
|
||||||
import './App.css';
|
import './App.css';
|
||||||
|
|
||||||
const App = () => (
|
const App = () => (
|
||||||
|
Loading…
Reference in New Issue
Block a user