We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0a2df commit 354f826Copy full SHA for 354f826
src/components/CookieConsent/index.tsx
@@ -1,7 +1,7 @@
1
import React, { useState, useEffect } from 'react';
2
import ReactCookieConsent from 'react-cookie-consent';
3
import { getDomain } from 'tldts';
4
-import { CONSENT_COOKIE_NAME } from '../../constants';
+import { CONSENT_COOKIE_NAME } from '@roo-code/types';
5
import { dispatchConsentEvent } from '../../lib/analytics/consent-manager';
6
import styles from './styles.module.css';
7
0 commit comments