Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 committed Nov 18, 2024
1 parent 2f18bcf commit fd5dcc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/volto-accordion-block/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import View from './components/View';
import layoutSchema from './components/LayoutSchema';
import { AccordionStylingSchema } from './components/schema';
import PanelsWidget from './components/Widgets/PanelsWidget';

//FHNW Blocks
import { ImageSliderDataAdapter } from '@fhnw/components/ImageSlider/adapter.js';
import ImageSliderEdit from '@fhnw/components/ImageSlider/Edit.jsx';
import ImageSliderView from '@fhnw/components/ImageSlider/View.jsx';
Expand All @@ -18,6 +20,7 @@ import {
TestimonialsView,
TestimonialsEdit,
} from '@fhnw/components/Blocks/Testimonial';

import { defineMessages, createIntlCache, createIntl } from 'react-intl';

const messages = defineMessages({
Expand Down
2 changes: 1 addition & 1 deletion volto.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const addons = ['@kitconcept/volto-accordion-block'];
const addons = ['@kitconcept/volto-accordion-block' ,'@fhnw'];
const theme = '';

module.exports = {
Expand Down

0 comments on commit fd5dcc0

Please sign in to comment.