fix ui tamplate job
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { LayoutJob_Main } from "@/app_modules/job";
|
||||
import NewLayoutJob_Main from "@/app_modules/job/main/new_layout";
|
||||
import React from "react";
|
||||
|
||||
export default async function Layout({
|
||||
@@ -8,7 +9,8 @@ export default async function Layout({
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
<LayoutJob_Main>{children}</LayoutJob_Main>
|
||||
{/* <LayoutJob_Main>{children}</LayoutJob_Main> */}
|
||||
<NewLayoutJob_Main>{children}</NewLayoutJob_Main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user