mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Fixed UI component path reference. (#1761)
This commit is contained in:
committed by
Wyatt Johnson
parent
421352c75c
commit
1012b6b28b
@@ -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} from 'plugin-api/beta/components/ui';
|
||||
import {Button} from 'plugin-api/beta/client/components/ui';
|
||||
```
|
||||
|
||||
### Components
|
||||
|
||||
Reference in New Issue
Block a user