stevenfukase 4 лет назад
Родитель
Сommit
937736470e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/UncontrolledCodeMirror.tsx

+ 1 - 1
packages/app/src/components/UncontrolledCodeMirror.tsx

@@ -21,7 +21,7 @@ interface UncontrolledCodeMirrorCoreProps extends UncontrolledCodeMirrorProps {
   forwardedRef: Ref<UncontrolledCodeMirrorCore>;
   forwardedRef: Ref<UncontrolledCodeMirrorCore>;
 }
 }
 
 
-export class UncontrolledCodeMirrorCore extends AbstractEditor<UncontrolledCodeMirrorCoreProps> {
+class UncontrolledCodeMirrorCore extends AbstractEditor<UncontrolledCodeMirrorCoreProps> {
 
 
   render(): ReactNode {
   render(): ReactNode {