feat: add type for import

This commit is contained in:
兰天游 2023-07-16 21:35:13 +08:00 committed by GitHub
parent e1243f3d59
commit 442a529a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",