瀏覽代碼

feat: add type for import

兰天游 1 年之前
父節點
當前提交
442a529a72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/layout.tsx

+ 1 - 1
app/layout.tsx

@@ -3,7 +3,7 @@ import "./styles/globals.scss";
 import "./styles/markdown.scss";
 import "./styles/highlight.scss";
 import { getClientConfig } from "./config/client";
-import { Metadata } from 'next';
+import { type Metadata } from 'next';
 
 export const metadata: Metadata = {
   title: "ChatGPT Next Web",