stevenfukase 4 ani în urmă
părinte
comite
937736470e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 {