From f7f6ed635c0e9f699f97d5d5996b851eb91a9381 Mon Sep 17 00:00:00 2001 From: Erik Reyna Date: Wed, 23 May 2018 14:24:11 -0400 Subject: [PATCH] add from to import statement from expected from import statement, thanks eslint --- 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 fd0ec42fc..e5b46a0d4 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} 'plugin-api/beta/components/ui'; +import {Button} from 'plugin-api/beta/components/ui'; ``` ### Components