diff --git a/apps/marketplace/next-env.d.ts b/apps/marketplace/next-env.d.ts index 4f11a03..9edff1c 100644 --- a/apps/marketplace/next-env.d.ts +++ b/apps/marketplace/next-env.d.ts @@ -1,5 +1,6 @@ /// /// +import "./.next/types/routes.d.ts"; // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/api-reference/config/typescript for more information. diff --git a/apps/marketplace/src/components/FooterContentPage.tsx b/apps/marketplace/src/components/FooterContentPage.tsx index b2eb456..bfeba25 100644 --- a/apps/marketplace/src/components/FooterContentPage.tsx +++ b/apps/marketplace/src/components/FooterContentPage.tsx @@ -1,6 +1,7 @@ -import React from 'react' 'use client' +import React from 'react' + import { useMarketplacePreferences } from '@/components/MarketplaceShell' import { type FooterPageSlug, getFooterPageContent } from '@/lib/footerContent' import { type MarketplaceLanguage } from '@/lib/i18n'