Skip to content

Commit

Permalink
ts ignore missing types (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlmn committed Jun 21, 2022
1 parent caecec1 commit 602e446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/containers/configEditor/configEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import * as cfgTypes from "@cfg/types";
import { omit, get } from "lodash/fp";
import * as Logger from "@logger/index";
import * as cfg from "@cfg/index";
// @ts-ignore
import JSONEditor from "react-json-editor-ajrm";

const log = Logger.makeLogger("frontent/pages/config");
Expand Down

0 comments on commit 602e446

Please sign in to comment.