Skip to content

Commit

Permalink
fix(gatsby-theme-docz): resizable import
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 12, 2019
1 parent 99ba83c commit 3916265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/src/components/Playground/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3916265

Please sign in to comment.