Fixed UI component path reference. (#1761)

This commit is contained in:
Fabian Marz
2018-07-26 22:09:03 +00:00
committed by Wyatt Johnson
parent 421352c75c
commit 1012b6b28b
+1 -1
View File
@@ -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