refund roadmap pr-1 and pr-2
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Admin · Refund Manual",
|
||||
description:
|
||||
"Halaman admin untuk meninjau laporan refund dari peserta dan organizer.",
|
||||
alternates: { canonical: "/admin/refunds" },
|
||||
robots: { index: false, follow: false },
|
||||
};
|
||||
|
||||
export default function AdminRefundsLayout({
|
||||
children,
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
return children;
|
||||
}
|
||||
Reference in New Issue
Block a user