fix:run buiild
This commit is contained in:
parent
34434b84d4
commit
1118772844
|
|
@ -1,9 +0,0 @@
|
|||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function EMajalahLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <HumasLayout>{children}</HumasLayout>;
|
||||
}
|
||||
|
|
@ -1,8 +1,12 @@
|
|||
import ListEnewsPolri from '@/components/table/tabel-emajalah-polri'
|
||||
import React from 'react'
|
||||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
import ListEnewsPolri from "@/components/table/tabel-emajalah-polri";
|
||||
import React from "react";
|
||||
|
||||
export default function ListEnewsPage() {
|
||||
return (
|
||||
<ListEnewsPolri />
|
||||
)
|
||||
return (
|
||||
<HumasLayout>
|
||||
<ListEnewsPolri />
|
||||
</HumasLayout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ export default function DetailEMajalahLayout({
|
|||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return <HumasLayout>{children}</HumasLayout>;
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
import EMagazineDetail from "@/components/main/detail/e-magazine-detail";
|
||||
import React from "react";
|
||||
|
||||
export default function EnewsDetailPage() {
|
||||
return <EMagazineDetail />;
|
||||
return (
|
||||
<HumasLayout>
|
||||
<EMagazineDetail />
|
||||
</HumasLayout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function ApplicationLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function KontakLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function AllNewsLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function NewsLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function PropimLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function StrukturLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function AboutLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function TaskLayout({
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
"use client";
|
||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||
|
||||
export default function VisiMisiLayout({
|
||||
|
|
|
|||
Loading…
Reference in New Issue