title: auto

des: auto
note:auto
This commit is contained in:
bipproduction
2023-11-09 16:45:56 +08:00
parent 69488bd0b3
commit 39d9085ccb
4 changed files with 7 additions and 8 deletions

View File

@@ -5,10 +5,10 @@ import { AppShell, Stack, Text } from "@mantine/core";
import React from "react";
export default function LayoutEditIntroInvestasi({
onUpdate,
children,
}: {
onUpdate: () => Promise<string>;
children: React.ReactNode;
}) {
return (