B2B-85: add order xml generation (#8)

* B2B-85: add order xml generation

* some fixes after merge

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
Helena
2025-06-09 15:58:50 +03:00
committed by GitHub
parent d49bfcfcfd
commit 5a1040b888
14 changed files with 582 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
"use client";
import { MedReportTitle } from "@/components/MedReportTitle";
import { MedReportTitle } from "@/components/med-report-title";
import React from "react";
import { yupResolver } from "@hookform/resolvers/yup";
import { useForm } from "react-hook-form";

View File

@@ -1,5 +1,4 @@
import { MedReportTitle } from "@/components/MedReportTitle";
import { Button } from "@/packages/ui/src/shadcn/button";
import { MedReportTitle } from "@/components/med-report-title";
import Image from "next/image";
import Link from "next/link";