merge: POP 재고관리 전면 구현 (feature→staging)
This commit is contained in:
12
frontend/app/(pop)/pop/inventory/adjust-history/page.tsx
Normal file
12
frontend/app/(pop)/pop/inventory/adjust-history/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
"use client";
|
||||
|
||||
import { PopShell } from "@/components/pop/hardcoded";
|
||||
import { AdjustHistory } from "@/components/pop/hardcoded/inventory/AdjustHistory";
|
||||
|
||||
export default function AdjustHistoryPage() {
|
||||
return (
|
||||
<PopShell showBanner={false} title="조정이력" fullBleed showBack>
|
||||
<AdjustHistory />
|
||||
</PopShell>
|
||||
);
|
||||
}
|
||||
@@ -5,7 +5,7 @@ import { InOutHistory } from "@/components/pop/hardcoded/inventory";
|
||||
|
||||
export default function InOutHistoryPage() {
|
||||
return (
|
||||
<PopShell showBanner={false} title="입출고관리">
|
||||
<PopShell showBanner={false} title="입출고관리" fullBleed>
|
||||
<InOutHistory />
|
||||
</PopShell>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user