Skip to content

Commit

Permalink
fix: import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 committed Nov 18, 2024
1 parent 9ab9041 commit f5574e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/volto-accordion-block/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import PanelsWidget from './components/Widgets/PanelsWidget';

//FHNW Blocks
import { ImageSliderDataAdapter } from '@fhnw/components/ImageSlider/adapter.js';

Check warning on line 11 in packages/volto-accordion-block/src/index.js

View workflow job for this annotation

GitHub Actions / codeanalysis

Unable to resolve path to module '@fhnw/components/ImageSlider/adapter.js'
import ImageSliderEdit from 'volto-fhnw-web25-base/components/ImageSlider/Edit.js';
import ImageSliderEdit from 'volto-fhnw-web25-base/components/ImageSlider/Edit.jsx';

Check warning on line 12 in packages/volto-accordion-block/src/index.js

View workflow job for this annotation

GitHub Actions / codeanalysis

Unable to resolve path to module 'volto-fhnw-web25-base/components/ImageSlider/Edit.jsx'
import ImageSliderView from '@fhnw/components/ImageSlider/View.jsx';

Check warning on line 13 in packages/volto-accordion-block/src/index.js

View workflow job for this annotation

GitHub Actions / codeanalysis

Unable to resolve path to module '@fhnw/components/ImageSlider/View.jsx'
import {
NewsletterView,
Expand Down

0 comments on commit f5574e0

Please sign in to comment.