Skip to content

Commit

Permalink
remove old plotycharts code
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 authored Mar 14, 2022
1 parent b090fee commit cc72a1f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import TokenWidget from '@plone/volto/components/manage/Widgets/TokenWidget';
//import chartIcon from '@plone/volto/icons/world.svg';
import TopicsView from '@eeacms/volto-energy-theme/components/theme/View/TopicsView';
import { installBlocks } from '@eeacms/volto-plotlycharts/config';
import TopicsTabView from '@eeacms/volto-energy-theme/components/theme/View/TopicsTabView';
import TopicsTabParentView from '@eeacms/volto-energy-theme/components/theme/View/TopicsTabParentView';
import ListingBlockTemplate from '@eeacms/volto-energy-theme/components/manage/Blocks/Listing/ListTemplate';
Expand Down Expand Up @@ -42,8 +41,6 @@ import '@plone/volto/config';
export default function applyConfig(config) {
// Add here your project's configuration here by modifying `config` accordingly

config = [installBlocks].reduce((acc, apply) => apply(acc), config);

const allowed_cors_destinations = [
...(config.settings.allowed_cors_destinations || []),
'www.eea.europa.eu',
Expand Down

0 comments on commit cc72a1f

Please sign in to comment.