diff --git a/src/components/common/CookieAndTermBanner/index.tsx b/src/components/common/CookieAndTermBanner/index.tsx index 1adbe02c2..b770bc6c8 100644 --- a/src/components/common/CookieAndTermBanner/index.tsx +++ b/src/components/common/CookieAndTermBanner/index.tsx @@ -16,6 +16,8 @@ import { import { selectCookieBanner, openCookieBanner, closeCookieBanner } from '@/store/popupSlice' import css from './styles.module.css' +import ExternalLink from '../ExternalLink' +import { AppRoutes } from '@/config/routes' const COOKIE_AND_TERM_WARNING: Record = { [CookieAndTermType.TERMS]: '',