feat: improve components structure

This commit is contained in:
Dogtiti
2024-07-22 16:02:45 +08:00
parent 115f357a07
commit 038e6df8f0
50 changed files with 1294 additions and 259 deletions

View File

@@ -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();