diff --git a/src/app/production/transfer-to-laying/page.tsx b/src/app/production/transfer-to-laying/page.tsx new file mode 100644 index 00000000..40829c20 --- /dev/null +++ b/src/app/production/transfer-to-laying/page.tsx @@ -0,0 +1,16 @@ +import { Icon } from '@iconify/react'; +import Button from '@/components/Button'; + +const TransferToLaying = () => { + return ( +
+

Transfer to Laying

+ +
+ ); +}; + +export default TransferToLaying;