mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
add from to import statement
from expected from import statement, thanks eslint
This commit is contained in:
@@ -264,7 +264,7 @@ Coral UI is a set of components to help you build your UI. This powers our core.
|
||||
|
||||
### Import
|
||||
```js
|
||||
import {Button} 'plugin-api/beta/components/ui';
|
||||
import {Button} from 'plugin-api/beta/components/ui';
|
||||
```
|
||||
|
||||
### Components
|
||||
|
||||
Reference in New Issue
Block a user