mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update home.tsx
This commit is contained in:
parent
f1526ebf65
commit
7c3ac051ef
@ -28,9 +28,7 @@ import { getClientConfig } from "../config/client";
|
||||
import { useAccessStore } from "../store";
|
||||
import { useAppConfig } from "../store/config";
|
||||
import { AuthPage } from "./auth";
|
||||
import { getClientConfig } from "../config/client";
|
||||
import { ClientApi } from "../client/api";
|
||||
import { useAccessStore } from "../store";
|
||||
import { SideBar } from "./sidebar";
|
||||
|
||||
export function Loading(props: { noLogo?: boolean }) {
|
||||
|
Loading…
Reference in New Issue
Block a user