|
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.
payload/packages/ui/src/exports/client/index.ts
Line 201 in 0dba95a
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.