Revert "feat: improve components structure"

This commit is contained in:
Lloyd Zhou
2024-07-22 22:18:51 +08:00
committed by GitHub
parent 1943f3b53f
commit 5b126c7e52
49 changed files with 259 additions and 318 deletions

View File

@@ -1,8 +1,8 @@
import { Analytics } from "@vercel/analytics/react";
import { Home } from "@/app/components/home";
import { Home } from "./components/home";
import { getServerSideConfig } from "@/app/config/server";
import { getServerSideConfig } from "./config/server";
const serverConfig = getServerSideConfig();