fix tamplate ui

This commit is contained in:
2025-03-06 15:07:49 +08:00
parent 854040ebfa
commit 6a733d89cc
13 changed files with 852 additions and 12 deletions

View File

@@ -1,9 +1,11 @@
import { HomeViewNew } from "@/app_modules/home";
import { V2_View_Home } from "@/app_modules/home/v2_home_view";
export default async function PageHome() {
return (
<>
<HomeViewNew />
{/* <HomeViewNew /> */}
<V2_View_Home />
</>
);
}