Skip to content

Commit

Permalink
issue(KUI-1383): update faulty file name in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
allazis committed Aug 21, 2024
1 parent 31be49f commit 1ff6885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/app/components/AllSections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Alert from '../components-shared/Alert'

import i18n from '../../../../i18n'
import { context, sections } from '../util/fieldsByType'
import { getAllSectionsAndHeadingsToShow } from '../util/AllSectionsUtils'
import { getAllSectionsAndHeadingsToShow } from '../util/allSectionsUtils'

import Section from './Section'
import ContentFromNewSectionEditor from './ContentFromNewSectionEditor'
Expand Down
2 changes: 1 addition & 1 deletion public/js/app/util/__tests__/allSectionsUtils.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isStandardHeadingVisibleInPublished, isExtraHeadingVisibleInPublished } from '../AllSectionsUtils'
import { isStandardHeadingVisibleInPublished, isExtraHeadingVisibleInPublished } from '../allSectionsUtils'

const context = {
courseContent: { type: 'mandatory', isRequired: true },
Expand Down

0 comments on commit 1ff6885

Please sign in to comment.