Skip to content

Commit 13124e2

Browse files
committed
chore: add CookieConsent component to extraction lists
1 parent 440c015 commit 13124e2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/csk-components/src/constants

packages/csk-components/src/constants/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const EXTRACT_CANVAS_COMPONENTS = [
2121
'Carousel',
2222
'Container',
2323
'Countdown',
24+
'CookieConsent',
2425
'DemoHero',
2526
'Divider',
2627
'Flex',
@@ -94,6 +95,7 @@ export const EXTRACT_UTILS = [
9495
'createEmptyPlaceholderResolver.tsx',
9596
'routing.ts',
9697
'styling.ts',
98+
'useCookiesConsent.ts',
9799
];
98100

99101
export const EXTRACT_TYPES = ['cskTypes.ts'];

0 commit comments

Comments
 (0)