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,17 +1,9 @@
import { Test_Children } from "./test_children";
import Test_FooterHome from "./test_footer";
import Test_LayoutHeaderTamplate from "./test_header";
import { Test_Tamplate } from "./test_tamplate";
import { MobileAppLayout } from "./v2_tamplate";
export default async function Page() {
return (
<>
<Test_Tamplate
header={<Test_LayoutHeaderTamplate title="Test scroll" />}
// footer={<Test_FooterHome />}
>
<Test_Children />
</Test_Tamplate>
<MobileAppLayout />
</>
);
}