Files
Rasadyar_FrontEnd/src/features/senf/components/SenfEnterToWarehouse.js

6 lines
204 B
JavaScript
Raw Normal View History

2026-01-18 14:32:49 +03:30
import { SlaughterStockWrapper } from "../../slaughter-house/components/slaughter-stock-wrapper/SlaughterStockWrapper";
export const SenfEnterToWarehouse = () => {
return <SlaughterStockWrapper />;
};