Skip to content

Commit

Permalink
MAT-7652 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Nov 27, 2024
1 parent 7fc232c commit f769aac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AceEditor/madie-ace-editor.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect, useRef, useState } from "react";
import AceEditor from "react-ace";
import * as _ from "lodash";
import "twin.macro";
import { CqlAntlr } from "@madie/cql-antlr-parser/dist/src";

import "ace-builds/src-noconflict/mode-sql";
Expand Down

0 comments on commit f769aac

Please sign in to comment.