Initial import of AbelBirdNest Stock
This commit is contained in:
14
src/app/adjustment-reasons/page.tsx
Normal file
14
src/app/adjustment-reasons/page.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { AdjustmentReasonsClient } from "@/components/master-data/adjustment-reasons-client";
|
||||
import { AppShell } from "@/components/layout/app-shell";
|
||||
|
||||
export default async function AdjustmentReasonsPage() {
|
||||
return (
|
||||
<AppShell
|
||||
pathname="/adjustment-reasons"
|
||||
title="Alasan Penyesuaian"
|
||||
description="Master alasan untuk penyesuaian, penyusutan, kehilangan, dan kerusakan."
|
||||
>
|
||||
<AdjustmentReasonsClient />
|
||||
</AppShell>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user