mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-03-04 07:48:05 +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