fix tamplate ui
This commit is contained in:
@@ -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 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user