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'