Skip to content

Commit 354f826

Browse files
authored
Fix consent cookie (#350)
1 parent 3f0a2df commit 354f826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CookieConsent/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState, useEffect } from 'react';
22
import ReactCookieConsent from 'react-cookie-consent';
33
import { getDomain } from 'tldts';
4-
import { CONSENT_COOKIE_NAME } from '../../constants';
4+
import { CONSENT_COOKIE_NAME } from '@roo-code/types';
55
import { dispatchConsentEvent } from '../../lib/analytics/consent-manager';
66
import styles from './styles.module.css';
77

0 commit comments

Comments
 (0)