Fix js lint

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-28 11:13:04 +04:00
parent b9835f0f25
commit eebec9deb3
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,6 @@ const consentRecordFragment = graphql`
visitorId
action
cookieBannerVersion {
id
version
}
ipAddress

View File

@@ -18,6 +18,7 @@ import { graphql } from "relay-runtime";
import type { CookieBannerDisplayPageQuery } from "#/__generated__/core/CookieBannerDisplayPageQuery.graphql";
import { CategoryList } from "../_components/CategoryList";
import { ThemePreview } from "./_components/ThemePreview";
export const cookieBannerDisplayPageQuery = graphql`