fix image build
This commit is contained in:
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
|
import "./.next/types/routes.d.ts";
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// 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.
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import React from 'react'
|
|
||||||
'use client'
|
'use client'
|
||||||
|
|
||||||
|
import React from 'react'
|
||||||
|
|
||||||
import { useMarketplacePreferences } from '@/components/MarketplaceShell'
|
import { useMarketplacePreferences } from '@/components/MarketplaceShell'
|
||||||
import { type FooterPageSlug, getFooterPageContent } from '@/lib/footerContent'
|
import { type FooterPageSlug, getFooterPageContent } from '@/lib/footerContent'
|
||||||
import { type MarketplaceLanguage } from '@/lib/i18n'
|
import { type MarketplaceLanguage } from '@/lib/i18n'
|
||||||
|
|||||||
Reference in New Issue
Block a user