Skip to content

Commit

Permalink
fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Mar 10, 2023
1 parent d981c6b commit cfdf2e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/manage/Blocks/Group/DefaultBody.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Button } from 'semantic-ui-react';
import { isEmpty } from 'lodash';
import { BlocksForm, Icon, RenderBlocks } from '@plone/volto/components';
import { emptyBlocksForm } from '@plone/volto/helpers';
import EditBlockWrapper from './EditBlockWrapper';

import helpSVG from '@plone/volto/icons/help.svg';
Expand Down
1 change: 0 additions & 1 deletion src/components/manage/Blocks/Group/View.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
//import { RenderBlocks } from '@plone/volto/components';
import { withBlockExtensions } from '@plone/volto/helpers';
import BodyComponent from './Body';

Expand Down

0 comments on commit cfdf2e9

Please sign in to comment.