feat(frontend): ocp added
This commit is contained in:
9
frontend/src/components/production/ocp/Lots.tsx
Normal file
9
frontend/src/components/production/ocp/Lots.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import {LstCard} from "@/components/extendedUI/LstCard";
|
||||
|
||||
export default function Lots() {
|
||||
return (
|
||||
<LstCard className="m-2 p-2 min-h-2/5">
|
||||
<h1>Lots</h1>
|
||||
</LstCard>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user