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

6 lines
204 B
JavaScript

import { SlaughterStockWrapper } from "../../slaughter-house/components/slaughter-stock-wrapper/SlaughterStockWrapper";
export const SenfEnterToWarehouse = () => {
return <SlaughterStockWrapper />;
};