Added IMPACT (Index for Mortality Prediction After Cardiac Transplantation) score

This commit is contained in:
2026-03-31 01:18:23 +05:30
parent 5a63ee26e6
commit d306871025
7 changed files with 297 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import LayoutClient from "./layoutClient";
import { Roboto } from "next/font/google";
export default function CalculatorsLayout({children} : {children:React.ReactNode}){
return(
<>