From 1012b6b28bbc9e10095e74d1b574ba29c3e6ab81 Mon Sep 17 00:00:00 2001 From: Fabian Marz Date: Fri, 27 Jul 2018 00:09:03 +0200 Subject: [PATCH] Fixed UI component path reference. (#1761) --- docs/source/api/client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/client.md b/docs/source/api/client.md index 6d9c97061..97dc518b7 100644 --- a/docs/source/api/client.md +++ b/docs/source/api/client.md @@ -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