Skip to content

Commit

Permalink
fix: missed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Oct 18, 2024
1 parent b0a3d35 commit 7047f18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/common/CookieAndTermBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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, string> = {
[CookieAndTermType.TERMS]: '',
Expand Down

0 comments on commit 7047f18

Please sign in to comment.