Skip to content

Commit 752172a

Browse files
committed
Correct speling error
1 parent 45f49b0 commit 752172a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/gdpr/ConsentBannerAndConsentManagement/ConsentBannerAndConsentManagement.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { ExtractFinalityFromFinalityDescription, FinalityConsent } from "..
44
import type { ProcessConsentChanges } from "../processConsentChanges";
55
import { FooterBottomItem } from "../../Footer";
66
import { createConsentBanner } from "./ConsentBanner";
7-
import { createConsentManagement } from "./ConsentConsentManagement";
7+
import { createConsentManagement } from "./ConsentManagement";
88
import { useTranslation } from "./translation";
99

1010
export function createConsentBannerAndConsentManagement<
File renamed without changes.

0 commit comments

Comments
 (0)