first commit
This commit is contained in:
12
frontend/app/main/configuration/office-details/layout.tsx
Normal file
12
frontend/app/main/configuration/office-details/layout.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
"use client";
|
||||
import { RenderAppBreadcrumb } from "ikoncomponents";
|
||||
|
||||
|
||||
export default function OfficeDetailsLayout({children,}: Readonly<{children: React.ReactNode;}>){
|
||||
return (
|
||||
<>
|
||||
<RenderAppBreadcrumb breadcrumb={{ level: 2, title: "Working Days", href: "/configuration/office-details" }} />
|
||||
{children}
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user