mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
Update home.tsx
This commit is contained in:
parent
4ec44aecef
commit
f2090c2872
@ -23,7 +23,8 @@ import { ChatList } from "./chat-list";
|
|||||||
import { Chat } from "./chat";
|
import { Chat } from "./chat";
|
||||||
|
|
||||||
import dynamic from "next/dynamic";
|
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";
|
import { ErrorBoundary } from "./error";
|
||||||
|
|
||||||
export function Loading(props: { noLogo?: boolean }) {
|
export function Loading(props: { noLogo?: boolean }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user