Skip to content

Commit

Permalink
re-add import
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Aug 22, 2023
1 parent 630391b commit 84463ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/pages/explore/TabPhenotypeExplorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,14 @@
import { onMounted, ref, watch } from "vue";
import { isEqual } from "lodash";
import { mountPhenogrid } from "@/api/phenogrid";
import { compareSetToSet, getPhenotypes } from "@/api/phenotype-explorer";
import {
compareSetToSet,
// compareSetToTaxon,
getPhenotypes,
} from "@/api/phenotype-explorer";
import AppAlert from "@/components/AppAlert.vue";
import AppRing from "@/components/AppRing.vue";
import AppSelectSingle from "@/components/AppSelectSingle.vue";
import type { Option, Options } from "@/components/AppSelectTags.vue";
import AppSelectTags from "@/components/AppSelectTags.vue";
import { snackbar } from "@/components/TheSnackbar.vue";
Expand Down

0 comments on commit 84463ca

Please sign in to comment.