B2B-29: Create register-company form

This commit is contained in:
Danel Kungla
2025-06-03 17:33:46 +03:00
parent 657a36a298
commit 19c1bf756a
37 changed files with 2430 additions and 90 deletions

View File

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