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 b0a3d35 commit 7047f18Copy full SHA for 7047f18
src/components/common/CookieAndTermBanner/index.tsx
@@ -16,6 +16,8 @@ import {
16
import { selectCookieBanner, openCookieBanner, closeCookieBanner } from '@/store/popupSlice'
17
18
import css from './styles.module.css'
19
+import ExternalLink from '../ExternalLink'
20
+import { AppRoutes } from '@/config/routes'
21
22
const COOKIE_AND_TERM_WARNING: Record<CookieAndTermType, string> = {
23
[CookieAndTermType.TERMS]: '',
0 commit comments