fix ui tamplate
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { HomeViewNew } from "@/app_modules/home";
|
||||
import { V2_View_Home } from "@/app_modules/home/v2_home_view";
|
||||
import { V3_View_Home } from "@/app_modules/home/v3_home_view";
|
||||
|
||||
export default async function PageHome() {
|
||||
return (
|
||||
<>
|
||||
{/* <HomeViewNew /> */}
|
||||
<V2_View_Home />
|
||||
{/* <V2_View_Home /> */}
|
||||
<V3_View_Home />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user