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