Skip to content

Commit

Permalink
Remove some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Jul 23, 2021
1 parent 6cd0198 commit 72e2dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/apps/concepts/components/ViewConceptsHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import {
} from "@material-ui/core";
import {
PREFERRED_SOURCES_VIEW_ONLY,
useAnchor,
VERIFIED_SOURCES
useAnchor
} from "../../../utils";
import { APISource } from "../../sources";
import { AccountTreeOutlined, FolderOpen } from "@material-ui/icons";
Expand Down
2 changes: 1 addition & 1 deletion src/apps/dictionaries/redux/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
resetAction
} from "../../../redux";
import api from "../api";
import { flatten, groupBy, includes } from "lodash";
import { flatten, groupBy } from "lodash";
import {
APIDictionary,
Dictionary,
Expand Down

0 comments on commit 72e2dfe

Please sign in to comment.