@neo4j-cypher/react-codemirror 2.0.0-next.0 → 2.0.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,5 @@
1
1
  // src/index.ts
2
2
  import { CypherParser, parse } from "@neo4j-cypher/language-support";
3
- import * as ReactCodemirror from "@uiw/react-codemirror";
4
3
 
5
4
  // src/CypherEditor.tsx
6
5
  import {
@@ -1459,7 +1458,6 @@ var CypherEditor = class extends Component {
1459
1458
  export {
1460
1459
  CypherEditor,
1461
1460
  CypherParser,
1462
- ReactCodemirror,
1463
1461
  cypher,
1464
1462
  darkThemeConstants,
1465
1463
  lightThemeConstants,