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'
|
"use client";
|
||||||
import React from 'react'
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
import ListEnewsPolri from "@/components/table/tabel-emajalah-polri";
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
export default function ListEnewsPage() {
|
export default function ListEnewsPage() {
|
||||||
return (
|
return (
|
||||||
<ListEnewsPolri />
|
<HumasLayout>
|
||||||
)
|
<ListEnewsPolri />
|
||||||
|
</HumasLayout>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,5 @@ export default function DetailEMajalahLayout({
|
||||||
}: {
|
}: {
|
||||||
children: React.ReactNode;
|
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 EMagazineDetail from "@/components/main/detail/e-magazine-detail";
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
export default function EnewsDetailPage() {
|
export default function EnewsDetailPage() {
|
||||||
return <EMagazineDetail />;
|
return (
|
||||||
|
<HumasLayout>
|
||||||
|
<EMagazineDetail />
|
||||||
|
</HumasLayout>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function ApplicationLayout({
|
export default function ApplicationLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function KontakLayout({
|
export default function KontakLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function AllNewsLayout({
|
export default function AllNewsLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function NewsLayout({
|
export default function NewsLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function PropimLayout({
|
export default function PropimLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function StrukturLayout({
|
export default function StrukturLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function AboutLayout({
|
export default function AboutLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function TaskLayout({
|
export default function TaskLayout({
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use client";
|
||||||
import { HumasLayout } from "@/components/layout/humas-layout";
|
import { HumasLayout } from "@/components/layout/humas-layout";
|
||||||
|
|
||||||
export default function VisiMisiLayout({
|
export default function VisiMisiLayout({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue