From 79e5eadfcd3d9d0d6e13e750142b325496bf621c Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Thu, 9 Nov 2023 14:43:59 +0800 Subject: [PATCH] title: auto des: auto note:auto --- .../investasi/edit_intro/layout.tsx | 31 ++++++++++++------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/src/app_modules/investasi/edit_intro/layout.tsx b/src/app_modules/investasi/edit_intro/layout.tsx index 56c93217..56aa64f6 100644 --- a/src/app_modules/investasi/edit_intro/layout.tsx +++ b/src/app_modules/investasi/edit_intro/layout.tsx @@ -1,15 +1,22 @@ -"use client" +"use client"; -import HeaderTamplate from "@/app_modules/component/header_tamplate" -import { AppShell } from "@mantine/core" -import React from "react" +import HeaderTamplate from "@/app_modules/component/header_tamplate"; +import { AppShell, Stack, Text } from "@mantine/core"; +import React from "react"; -export default function LayoutEditIntroInvestasi({children}: {children: React.ReactNode}){ - return<> - } - > - {children} - +export default function LayoutEditIntroInvestasi({ + children, +}: { + children: React.ReactNode; +}) { + return ( + <> + }> + + v1.0.1 + {children} + + -} \ No newline at end of file + ); +}