Skip to content

Commit

Permalink
updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Jun 11, 2020
1 parent 600b549 commit bdd9585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/SubblockEdit.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { isEqual } from 'lodash'
import { Button } from 'semantic-ui-react'
import Icon from '@plone/volto/components/theme/Icon/Icon'
import dragSVG from '@plone/volto/icons/drag.svg'
import trashSVG from '@plone/volto/icons/delete.svg'
Expand Down
1 change: 0 additions & 1 deletion src/SubblocksEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import move from 'lodash-move'
import { isEqual } from 'lodash'
import { defineMessages } from 'react-intl'
import { Button } from 'semantic-ui-react'
import { Icon } from '@plone/volto/components'

import './volto-subblocks.css'

Expand Down

0 comments on commit bdd9585

Please sign in to comment.