Revisi Tampilan Admin

# fix :
- Tampilan Donasi
# feat :
- Penambahan App Information
## No Issuee
This commit is contained in:
2024-06-06 12:05:06 +08:00
parent 5b8cd3a4b6
commit 0e16d6501f
295 changed files with 2861 additions and 918 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { AppShell } from "@mantine/core";
import AppComponentGlobal_LayoutTamplate from "@/app_modules/component_global/component_layout_tamplate";
import React from "react";
import ComponentColab_HeaderTamplate from "../component/header_tamplate";
@@ -11,11 +11,11 @@ export default function LayoutColab_Create({
}) {
return (
<>
<AppShell
<AppComponentGlobal_LayoutTamplate
header={<ComponentColab_HeaderTamplate title="Tambah Proyek" />}
>
{children}
</AppShell>
</AppComponentGlobal_LayoutTamplate>
</>
);
}