From 3916265ea5919e543225f6d03e44e3cc8a319fd2 Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Fri, 12 Jul 2019 17:21:38 -0300 Subject: [PATCH] fix(gatsby-theme-docz): resizable import --- core/gatsby-theme-docz/src/components/Playground/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/gatsby-theme-docz/src/components/Playground/index.js b/core/gatsby-theme-docz/src/components/Playground/index.js index e9d4bed06..349e83ce9 100644 --- a/core/gatsby-theme-docz/src/components/Playground/index.js +++ b/core/gatsby-theme-docz/src/components/Playground/index.js @@ -3,8 +3,8 @@ import { jsx } from 'theme-ui' import { useState } from 'react' import { useConfig } from 'docz' import { LiveProvider, LiveError, LivePreview, LiveEditor } from 'react-live' -import { Resizable } from 're-resizable' import { merge } from 'lodash/fp' +import Resizable from 're-resizable' import copy from 'copy-text-to-clipboard' import { usePrismTheme } from '~utils/theme'