diff --git a/frontend/mining-admin-web/src/app/layout.tsx b/frontend/mining-admin-web/src/app/layout.tsx index b6fd0608..c6771419 100644 --- a/frontend/mining-admin-web/src/app/layout.tsx +++ b/frontend/mining-admin-web/src/app/layout.tsx @@ -1,10 +1,7 @@ import type { Metadata } from 'next'; -import { Inter } from 'next/font/google'; import './globals.css'; import { Providers } from './providers'; -const inter = Inter({ subsets: ['latin'] }); - export const metadata: Metadata = { title: '挖矿管理后台', description: '榴莲生态挖矿系统管理后台', @@ -17,7 +14,7 @@ export default function RootLayout({ }) { return ( -
+