mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 21:17:24 +08:00
feat: improve components structure
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Analytics } from "@vercel/analytics/react";
|
||||
|
||||
import { Home } from "./components/home";
|
||||
import { Home } from "@/app/components/home";
|
||||
|
||||
import { getServerSideConfig } from "./config/server";
|
||||
import { getServerSideConfig } from "@/app/config/server";
|
||||
|
||||
const serverConfig = getServerSideConfig();
|
||||
|
||||
|
Reference in New Issue
Block a user