From 8033990074d3a0ca759f45c6cc1aea2e27b32c19 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 21 May 2025 14:41:39 +0800 Subject: [PATCH] . --- chatdesk-ui/pages/_document.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/chatdesk-ui/pages/_document.tsx b/chatdesk-ui/pages/_document.tsx index 67becb3..f20720a 100644 --- a/chatdesk-ui/pages/_document.tsx +++ b/chatdesk-ui/pages/_document.tsx @@ -1,15 +1,12 @@ // _document.tsx import { Html, Head, Main, NextScript } from 'next/document' -import { Inter } from 'next/font/google' - -const inter = Inter({ subsets: ['latin'] }) export default function Document() { return ( - +