Skip to content

Commit ece183c

Browse files
committed
updating import statement
1 parent d4dce7d commit ece183c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/advancedSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineStore } from "pinia";
22
import GraphClient from "@/lib/GraphClient/GraphClient.js";
33
import advancedQuery from "@/lib/GraphClient/queries/getAdvancedSearch.json";
44
import fairassistComponentDetails from "@/utils/fairassistComponentDetails.js";
5-
import * as jsonToGraphQLQuery from "json-to-graphql-query";
5+
import jsonToGraphQLQuery from "json-to-graphql-query";
66

77
import { isEmpty } from "lodash";
88

0 commit comments

Comments
 (0)