Skip to content

Commit

Permalink
import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Tishasoumya-02 committed Nov 18, 2024
1 parent f5574e0 commit 4cf2dff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ module.exports = {
map: [
['@plone/volto', `${coreLocation}/packages/volto/src`],
['@plone/volto-slate', `${coreLocation}/packages/volto-slate/src`],
[
'volto-fhnw-web25-base',
`${coreLocation}/packages/volto-fhnw-web25-base/src`,
],
['@plone/registry', `${coreLocation}/packages/registry/src`],
[
'@kitconcept/volto-accordion-block',
Expand Down
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.jsx';
import ImageSliderEdit from '@fhnw/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 '@fhnw/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 4cf2dff

Please sign in to comment.