Initial import of AbelBirdNest Stock
This commit is contained in:
14
src/app/sorting/page.tsx
Normal file
14
src/app/sorting/page.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { AppShell } from "@/components/layout/app-shell";
|
||||
import { LotMixingClient } from "@/features/lot-transformations/components/lot-mixing-client";
|
||||
|
||||
export default async function SortingPage() {
|
||||
return (
|
||||
<AppShell
|
||||
pathname="/sorting"
|
||||
title="Mixing Lot / Ubah Grade"
|
||||
description="Campurkan beberapa lot aktif menjadi lot hasil baru dengan grade baru, lalu simpan jejak input-output secara penuh."
|
||||
>
|
||||
<LotMixingClient />
|
||||
</AppShell>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user