Skip to content

Commit

Permalink
cleanup: remove unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikdzo committed Nov 17, 2024
1 parent beb68cf commit cbe7ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/pages/dataset/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { mdiDatabaseOutline } from "@mdi/js";
import type { HydratedTab, Tab } from "~/composables/useTabs";
const { $geoloogiaFetch, $solrFetch, $apiFetch } = useNuxtApp();
const { $solrFetch, $apiFetch } = useNuxtApp();
const route = useRoute();
const localePath = useLocalePath();
const { t } = useI18n();
Expand Down
2 changes: 1 addition & 1 deletion app/pages/sample/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { mdiImageFilterHdr, mdiRuler } from "@mdi/js";
import type { Tab } from "~/composables/useTabs";
const route = useRoute();
const { $geoloogiaFetch, $solrFetch, $apiFetch } = useNuxtApp();
const { $solrFetch, $apiFetch } = useNuxtApp();
const samplesStore = useSamples();
const { getQueryParams } = samplesStore;
const { solrFilters, solrQuery, solrSort } = storeToRefs(samplesStore);
Expand Down

0 comments on commit cbe7ef5

Please sign in to comment.