B2B-86: add function to save order response (#11)

* fix import

* B2B-86: add function to save order response

* fix private message parsing

* generate new types

* clean up

* remove comment

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
This commit is contained in:
Helena
2025-06-11 18:25:53 +03:00
committed by GitHub
parent 4aedc0b527
commit 0d560e5a02
5 changed files with 501 additions and 46 deletions

View File

@@ -1,15 +1,12 @@
import Link from 'next/link';
import { MedReportTitle } from '@/components/med-report-title';
import { ArrowRightIcon } from 'lucide-react';
import {
CtaButton,
Hero,
} from '@kit/ui/marketing';
import { CtaButton, Hero } from '@kit/ui/marketing';
import { Trans } from '@kit/ui/trans';
import { withI18n } from '~/lib/i18n/with-i18n';
import { MedReportTitle } from '@/components/MedReportTitle';
function Home() {
return (
@@ -25,7 +22,6 @@ function Home() {
cta={<MainCallToActionButton />}
/>
</div>
</div>
);
}