Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Oct 22, 2024
1 parent 5306f55 commit 88d89d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/schemas/user-configuration.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
availableParsers,
availableParserInputs,
} from "../../lib/parsers/available-parsers";
import { ParserInputField, ParserInputType, ParserType } from "../../models";
import { cloneDeep, union } from "lodash";
import { ParserInputType, ParserType } from "../../models";
import { cloneDeep } from "lodash";
import {parsers} from "../../lib/parsers/";

const sharedProperties = {
Expand Down

0 comments on commit 88d89d2

Please sign in to comment.