diff --git a/packages/lib/src/components/buttons/InfoButtonComponent.wc.svelte b/packages/lib/src/components/buttons/InfoButtonComponent.wc.svelte index 27197056..fd07aebf 100644 --- a/packages/lib/src/components/buttons/InfoButtonComponent.wc.svelte +++ b/packages/lib/src/components/buttons/InfoButtonComponent.wc.svelte @@ -8,7 +8,7 @@ import { getHumanReadableQuery, buildHumanReadableRecursively, - } from "../../stores/negotiate"; + } from "../../stores/datarequests"; import { returnNestedValues } from "../../helpers/ast-transformer"; import type { AstElement } from "../../types/ast"; import type { QueryItem } from "../../types/queryData"; diff --git a/packages/lib/src/components/buttons/NegotiateButtonComponent.wc.svelte b/packages/lib/src/components/buttons/NegotiateButtonComponent.wc.svelte index d1c20e65..3761a9f4 100644 --- a/packages/lib/src/components/buttons/NegotiateButtonComponent.wc.svelte +++ b/packages/lib/src/components/buttons/NegotiateButtonComponent.wc.svelte @@ -5,17 +5,18 @@ />