From 9509a0300c1f303a4d59d3fd1eb83c13abe8ad04 Mon Sep 17 00:00:00 2001 From: Matt Parrilla Date: Thu, 23 Mar 2017 15:15:51 -0400 Subject: [PATCH] Remove unnecessary import of React --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e44d26e64b47..1f44ac2fb888 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ npm i -D @kadira/react-storybook-addon-info Then set the addon in the place you configure storybook like this: ```js -import React from 'react'; import { configure, setAddon } from '@kadira/storybook'; import infoAddon from '@kadira/react-storybook-addon-info';