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