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:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user