chore: fix lint and format issues

This commit is contained in:
javayhu 2025-06-20 01:18:48 +08:00
parent 71b9807433
commit 0739c717d8
3 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ import { ActiveThemeProvider } from '@/components/layout/active-theme-provider';
import { PaymentProvider } from '@/components/layout/payment-provider';
import { TooltipProvider } from '@/components/ui/tooltip';
import { websiteConfig } from '@/config/website';
import { Translations } from 'fumadocs-ui/i18n';
import type { Translations } from 'fumadocs-ui/i18n';
import { RootProvider } from 'fumadocs-ui/provider';
import { useTranslations } from 'next-intl';
import { ThemeProvider, useTheme } from 'next-themes';