Fix tampilan admin dan notifikasi to admin
# fix - Notifikasi report posting _ Realtime notifikasi ## Issuee: Cooming soon saat report komentar langsung menuju tablenya
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
import { LayoutValidasi } from "@/app_modules/auth";
|
||||
import { ActionIcon, Button } from "@mantine/core";
|
||||
import Link from "next/link";
|
||||
import React from "react";
|
||||
|
||||
export default async function Layout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<>
|
||||
<LayoutValidasi>{children}</LayoutValidasi>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user