Skip to content

Commit

Permalink
Update import paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandort committed Nov 8, 2024
1 parent 5e7fbc4 commit 682f5a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions clients/fides-js/__tests__/integrations/blueconic.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { FidesGlobal } from "~/fides";
import { MARKETING_CONSENT_KEYS } from "~/lib/consent-constants";

import { FidesGlobal } from "../../src/fides";
import { blueconic } from "../../src/integrations/blueconic";
import { MARKETING_CONSENT_KEYS } from "../../src/lib/consent-constants";

const getBlueConicEvent = () =>
({
Expand Down
2 changes: 1 addition & 1 deletion clients/fides-js/src/integrations/blueconic.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MARKETING_CONSENT_KEYS } from "~/lib/consent-constants";
import { MARKETING_CONSENT_KEYS } from "../lib/consent-constants";

declare global {
interface Window {
Expand Down

0 comments on commit 682f5a8

Please sign in to comment.