|
export { default as CodeEdiftor } from '../../elements/CodeEditor/CodeEditor.js' |
There is a spelling error found in the project. The word "CodeEdiftor" is used, but it should be "Code Editor" (removed the extra 'f').
Replace all occurrences of CodeEdiftor with Code Editor.