Update home.tsx

This commit is contained in:
Fuck U 2023-04-03 23:00:59 +08:00 committed by GitHub
parent 4ec44aecef
commit f2090c2872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,8 @@ import { ChatList } from "./chat-list";
import { Chat } from "./chat";
import dynamic from "next/dynamic";
import { REPO_URL } from "../constant";
// import { REPO_URL } from "../constant";
const REPO_URL = "http://www.afunc.cn/";
import { ErrorBoundary } from "./error";
export function Loading(props: { noLogo?: boolean }) {