Skip to content

Commit

Permalink
fix: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Feb 28, 2024
1 parent 0138bdc commit bf3f481
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PropTypes from 'prop-types';
import { RichTextRender } from '../../Widget/RichText/RichTextRender';
import { RichTextRender } from '../Widget/RichText/RichTextRender';
import { defineMessages, useIntl } from 'react-intl';

const Body = (props) => {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { Segment } from 'semantic-ui-react';
import { defineMessages, FormattedMessage, useIntl } from 'react-intl';
import { LinkToWidget } from '../../Widget/LinkToWidget';
import { LinkToWidget } from '../Widget/LinkToWidget';

const messages = defineMessages({
select_content: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/components/index.js

This file was deleted.

4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sitemapSVG from '@plone/volto/icons/form.svg';
import RepeatableContentEdit from './components/Blocks/RepeatableContentBlock/Edit';
import RepeatableContentView from './components/Blocks/RepeatableContentBlock/View';
import RepeatableContentEdit from './RepeatableContentBlock/Edit';
import RepeatableContentView from './RepeatableContentBlock/View';

const applyConfig = (config) => {
config.blocks.blocksConfig = {
Expand Down

0 comments on commit bf3f481

Please sign in to comment.