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

@@ -0,0 +1,10 @@
import { MedReportSmallLogo } from "@/public/assets/med-report-small-logo";
export const MedReportTitle = () => (
<div className="flex gap-2 justify-center">
<MedReportSmallLogo />
<span className="text-foreground text-lg font-semibold tracking-tighter">
MedReport
</span>
</div>
);