feat: split big file and update agents.md
This commit is contained in:
5
src/shared/ui/clinical-panel.tsx
Normal file
5
src/shared/ui/clinical-panel.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
export function ClinicalPanel({ children, className = "" }: { children: ReactNode; className?: string }) {
|
||||
return <div className={`rounded-md border border-border bg-card shadow-[0_1px_0_rgba(24,74,68,0.05)] ${className}`}>{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user